summaryrefslogtreecommitdiff
blob: e165bae3d177566fa252472a7c515835f2673b27 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Applet icon should be transparent

https://bugs.gentoo.org/show_bug.cgi?id=212265
https://sourceforge.net/tracker/index.php?func=detail&aid=1791900&group_id=167085&atid=841538

Index: glipper/Applet.py
===================================================================
RCS file: /cvsroot/glipper/glipper-ng/glipper/Applet.py,v
retrieving revision 1.23
diff --unified -r1.23 Applet.py
--- glipper/Applet.py	30 Sep 2007 19:10:14 -0000	1.23
+++ glipper/Applet.py	23 Mar 2008 13:24:22 -0000
@@ -30,6 +30,7 @@
 class Applet(object):
    def __init__(self, applet):
       self.applet = applet
+      applet.set_background_widget(applet)
       self.size = 24
       self.menu = gtk.Menu()
       self.tooltips = gtk.Tooltips()