]> git.pld-linux.org Git - packages/blueman.git/blob - blueman-statusicon.patch
- added tray icon fix from fedora
[packages/blueman.git] / blueman-statusicon.patch
1 --- blueman-1.23/blueman/plugins/applet/StatusIcon.py.orig      2012-04-26 23:52:01.900955192 +0200
2 +++ blueman-1.23/blueman/plugins/applet/StatusIcon.py   2012-04-26 23:52:34.882160450 +0200
3 @@ -68,7 +68,7 @@
4                 entry.connect("changed", self.on_entry_changed, ic, image)
5                 
6         __options__ = {"icon": {"type": str,
7 -                                                       "default": "blueman-tray",
8 +                                                       "default": "bluetooth",
9                                                         "name": _("Icon Name"),
10                                                         "desc": _("Custom icon to use for the notification area"),
11                                                         "decorator": widget_decorator
12 @@ -166,7 +166,7 @@
13                 self.QueryVisibility()
14                 
15         def on_status_icon_resized(self):
16 -               self.icon = "blueman-tray"
17 +               self.icon = "bluetooth"
18                 
19                 #p = gtk.gdk.Pixbuf(gtk.gdk.COLORSPACE_RGB, True, 8, 22, 22)
20                 #p.fill(0)
This page took 0.023824 seconds and 3 git commands to generate.