From 6be3d148fc1d610ebfa193012657b3b77d9368e3 Mon Sep 17 00:00:00 2001 From: wimpie Date: Mon, 05 Apr 2004 01:13:11 +0000 Subject: For usb this seems to be working Also for non-root users (requires using SUDO) --- (limited to 'noncore/settings/networksettings2/activateprofile.cpp') diff --git a/noncore/settings/networksettings2/activateprofile.cpp b/noncore/settings/networksettings2/activateprofile.cpp index ba726bb..e4064e3 100644 --- a/noncore/settings/networksettings2/activateprofile.cpp +++ b/noncore/settings/networksettings2/activateprofile.cpp @@ -1,4 +1,5 @@ #include +#include #include "activateprofile.h" ActivateProfile::ActivateProfile( const char * Interface ) : @@ -6,6 +7,7 @@ ActivateProfile::ActivateProfile( const char * Interface ) : Possible = NSD.collectPossible( Interface ); + DeviceName_LBL->setText( Interface ); Profiles_LB->clear(); for( NodeCollection * NC = Possible.first(); NC; -- cgit v0.9.0.2