Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXenofon Papadopoulos <xenofon@umbra.(none)>2009-09-03 10:26:38 (GMT)
committer Xenofon Papadopoulos <xenofon@umbra.(none)>2009-09-03 10:26:38 (GMT)
commitd27a7266408ad2a2f4454aa15f63d93b932f55c5 (patch)
tree52091ba5e072ae0dcd98a67c212aebf657c3eef3
parent7c5f55ebac29e119b19fab38e0d03143d7c488cd (diff)
minor fixHEADmaster
-rw-r--r--activity.pycbin1332 -> 1332 bytes
-rwxr-xr-xgraph.py3
-rwxr-xr-xgraph.pycbin44615 -> 44615 bytes
3 files changed, 1 insertions, 2 deletions
diff --git a/activity.pyc b/activity.pyc
index 482451f..e0ea3b0 100644
--- a/activity.pyc
+++ b/activity.pyc
Binary files differ
diff --git a/graph.py b/graph.py
index d0d60bb..0bd4d68 100755
--- a/graph.py
+++ b/graph.py
@@ -905,7 +905,6 @@ class Graph:
# Info label
self.label_info = self.xml.get_widget( 'label_info' )
self.label_info.set_text( '' )
- #self.label_info.modify_font( pango.FontDescription( "sans 14" ) )
self.label_coords = self.xml.get_widget( 'label_coords' )
self.label_coords.set_text( '' )
@@ -1222,7 +1221,7 @@ class Graph:
# size changes
def on_draw_configure( self, widget, event ):
x,y,width,height = widget.get_allocation()
- self.pixmap = gtk.gdk.Pixmap( widget.get_window(), width, height, -1 )
+ self.pixmap = gtk.gdk.Pixmap( widget.window, width, height, -1 )
self.pixmap.draw_rectangle( widget.get_style().white_gc, True, 0, 0, width, height )
if self.gc == None:
self.gc = self.pixmap.new_gc( )
diff --git a/graph.pyc b/graph.pyc
index c2e8269..dcc6207 100755
--- a/graph.pyc
+++ b/graph.pyc
Binary files differ