Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Util/ThemeWidgets.py
diff options
context:
space:
mode:
authoramartin <olpc@localhost.localdomain>2007-01-29 17:54:41 (GMT)
committer amartin <olpc@localhost.localdomain>2007-01-29 17:54:41 (GMT)
commit8f6117e6876047931a035d3058a5b725a720c318 (patch)
tree4a134f942a799dd2a8c52b890358b652cc52cc10 /Util/ThemeWidgets.py
parentea065354331994c37bc0c3b71e526e10e97750bb (diff)
parent5a51e4b1b1345361bccd8338b800a3b591a28d91 (diff)
Merge branch 'master' of git+ssh://amartin@dev.laptop.org/git/projects/tamtam
Conflicts: Edit/MainWindow.py
Diffstat (limited to 'Util/ThemeWidgets.py')
-rw-r--r--Util/ThemeWidgets.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Util/ThemeWidgets.py b/Util/ThemeWidgets.py
index 8e9cbd2..e8d9180 100644
--- a/Util/ThemeWidgets.py
+++ b/Util/ThemeWidgets.py
@@ -342,7 +342,7 @@ class RoundVBox( gtk.VBox ):
self.fillcolor = colormap.alloc_color(fillcolor,True,True)
self.bordercolor = colormap.alloc_color(bordercolor,True,True)
- self.connect( "expose-event", self.expose )
+ self.connect( "expose-event",self.expose )
self.connect( "size-allocate", self.size_allocate )
def update_constants( self ):