After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 693736 - [PATCH] Fix NumberBox envents configuration with latest pygobject
[PATCH] Fix NumberBox envents configuration with latest pygobject
Status: RESOLVED FIXED
Product: gnome-sudoku
Classification: Applications
Component: general
git master
Other Linux
: Normal normal
: ---
Assigned To: Jason Clinton
gnome-sudoku-maint
Depends on:
Blocks:
 
 
Reported: 2013-02-13 19:20 UTC by Yanko Kaneti
Modified: 2013-05-25 17:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Fix NumberBox events (970 bytes, patch)
2013-02-13 19:20 UTC, Yanko Kaneti
committed Details | Review

Description Yanko Kaneti 2013-02-13 19:20:55 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 1 Jason Clinton 2013-04-15 17:29:26 UTC
Comment on attachment 235944 [details] [review]
Fix NumberBox events

LGTM