GNOME Bugzilla – Bug 693736
[PATCH] Fix NumberBox envents configuration with latest pygobject
Last modified: 2013-05-25 17:27:46 UTC
Created attachment 235944 [details] [review] Fix NumberBox events The way events are setup for the NumberBox fails on rawhide with the latest pygobject - pygobject3-3.7.5.1-1.fc19.x86_64 ... self.set_property('events', Gdk.EventMask.ALL_EVENTS_MASK) NotImplementedError: Setting properties of type 'GdkEventMask' is not implemented The add_events method works although I don't since when in terms of pygobject/gi versions.
Comment on attachment 235944 [details] [review] Fix NumberBox events LGTM