]> git.pld-linux.org Git - packages/blueman.git/blob - icon-active.patch
arguments have no effect to autogen with NOCONFIGURE
[packages/blueman.git] / icon-active.patch
1 Index: blueman-1.23/blueman/plugins/applet/PowerManager.py
2 ===================================================================
3 --- blueman-1.23.orig/blueman/plugins/applet/PowerManager.py    2011-10-08 21:09:16.000000000 +0200
4 +++ blueman-1.23/blueman/plugins/applet/PowerManager.py 2012-09-27 02:14:10.481892534 +0200
5 @@ -243,6 +243,7 @@
6                 #return pixbuf
7                 if not self.GetBluetoothStatus():
8                         return ("blueman-tray-disabled", "bluetooth-disabled") 
9 +               return ("blueman-tray-active", "bluetooth-active")
10                 
11         def on_adapter_added(self, path):
12                 adapter = Bluez.Adapter(path)
This page took 0.040427 seconds and 3 git commands to generate.