[cairo-commit] pycairo/examples/cairo_snippets snippets_gtk.py, 1.13, 1.14

Steve Chaplin commit at pdx.freedesktop.org
Fri Jan 20 03:15:23 PST 2006


Committed by: stevech1097

Update of /cvs/cairo/pycairo/examples/cairo_snippets
In directory gabe:/tmp/cvs-serv14819/examples/cairo_snippets

Modified Files:
	snippets_gtk.py 
Log Message:
'SC'

Index: snippets_gtk.py
===================================================================
RCS file: /cvs/cairo/pycairo/examples/cairo_snippets/snippets_gtk.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- snippets_gtk.py	20 Jan 2006 09:55:16 -0000	1.13
+++ snippets_gtk.py	20 Jan 2006 11:15:21 -0000	1.14
@@ -52,9 +52,6 @@
         hpaned.pack2 (put_in_frame (self.da), True, True)
         self.da.set_size_request (int(Width/2), int(Height/2))
 
-        self.da.realize()
-        self._bg_rgb = gdkcolor_to_rgb (self.da.style.bg[gtk.STATE_NORMAL])
-
         # set focus to snippet list
         sl.get_child().grab_focus()
 



More information about the cairo-commit mailing list