[Gimp-developer] PATCH: Fix missing 'self.' reference in pygimp plugin

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The attached patch adds a missing 'self.' reference to gimpui.py. Could 
someone apply this to cvs for me please?

Cheers,

Dave
Index: gimpui.py
===================================================================
RCS file: /cvs/gnome/gimp/plug-ins/pygimp/gimpui.py,v
retrieving revision 1.4
diff -u -3 -p -r1.4 gimpui.py
--- gimpui.py	8 Feb 2003 19:35:59 -0000	1.4
+++ gimpui.py	21 Jun 2003 11:58:59 -0000
@@ -188,7 +188,7 @@ class _Selector(gtk.HBox):
 
 	swin = gtk.ScrolledWindow()
 	swin.set_policy(gtk.POLICY_AUTOMATIC, gtk.POLICY_AUTOMATIC)
-	dialog.vbox.pack_start(swin)
+	self.dialog.vbox.pack_start(swin)
 	swin.show()
 		
 	items = map(None, self.get_list())

[Index of Archives]     [Video For Linux]     [Photo]     [Yosemite News]     [gtk]     [GIMP for Windows]     [KDE]     [GEGL]     [Gimp's Home]     [Gimp on GUI]     [Gimp on Windows]     [Steve's Art]

  Powered by Linux