[Shr-Devel] [PATCH 2/2] Make shr-settings use new module.
Krzysztof Korościk
soltys at szluug.org
Tue Aug 25 17:39:06 CEST 2009
---
shr-settings | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/shr-settings b/shr-settings
index 314afe9..fed0c53 100755
--- a/shr-settings
+++ b/shr-settings
@@ -33,7 +33,7 @@ try:
except IOError:
_ = lambda x: x
-DIRS = [ [_("Phone"),"icon_phone.png", [ 'shr_gsm.Gsm', 'shr_call.Call', 'shr_simauth.SimAuth', 'shr_sim.Sim' ] ],
+DIRS = [ [_("Phone"),"icon_phone.png", [ 'shr_gsm.Gsm', 'shr_call.Call', 'shr_phoneutils.Phoneutils', 'shr_simauth.SimAuth', 'shr_sim.Sim' ] ],
[_("Profiles"),"icon_profiles.png", [ 'shr_profile.Profile', 'shr_currentprofile.CurrentProfile' ] ],
[_("Connectivity"),"icon_connectivity.png", [ 'shr_wifi.Wifi', 'shr_gprs.Gprs', 'shr_usb.Usb', 'shr_bt.Bt' ] ],
[_("Power"),"icon_power.png", [ 'shr_battery.Battery', 'shr_display.Display', 'shr_pm.Pm' , 'shr_device_timeouts.Timeouts' ] ],
--
1.6.4
More information about the Shr-devel
mailing list