James, 

Here's another minor error that seems to have snuck
back into pygtk-0.5.10.  It makes your menufactory crap
out if you need to have extra arguements passed.

--- /usr/lib/python1.5/site-packages/GtkExtra.py        Thu Feb 11 14:41:01 1999
+++ GtkExtra.py Thu Feb 11 14:44:22 1999
@@ -55,7 +55,7 @@
                        item.add_accelerator("activate", self.accelerator,
                                             key, mods, 'visible')
                if callback:
-                       apply(item.connect, ("activate", callback) + args)
+                       apply(item.connect, ("activate", callback,args))
                # right justify the help menu automatically
                if string.lower(label) == 'help' and parentmenu == self.__w:
                        item.right_justify()


We've fixed this twice before but it seems to keep coming back.

Thanks,
Sam


On Thu, Feb 04, 1999 at 01:37:44PM +0800, James Henstridge wrote:
-> That is the bug in gnome-libs I pointed out in that announcement.  There
-> is a bug in the libgnome/gnome-config.h header.  To get things to compile,
-> grab the latest version out of CVS.  You can probably get the newest
-> version from
-> http://gnome.jimpick.com/cgi-bin/cvsweb/gnome-libs/libgnome/gnome-config.h
-> 
-> James Henstridge.
-> 
-> --
-> Email: [EMAIL PROTECTED]
-> WWW:   http://www.daa.com.au/~james/
-> 
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]

Reply via email to