[hafqa] [hafqa] [Bug 1060] thumb-events not working
From: bugzilla-daemon at maemo.org bugzilla-daemon at maemo.orgDate: Fri Feb 16 13:44:33 EET 2007
- Previous message: [hafqa] [Bug 400] HildonNumberEditorErrorType values should be namespaced.
- Next message: [hafqa] [Bug 1060] thumb-events not working
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
https://maemo.org/bugzilla/show_bug.cgi?id=1060 ------- Additional Comments From tommi.komulainen at nokia.com 2007-02-16 13:44 ------- Comparing 2.6 and 2.10 it seems the patch was transformed in the process: gtk_widget_realize() { -----[ 2.6 ]----- mode = gtk_widget_get_extension_events (widget); if (mode != GDK_EXTENSION_EVENTS_NONE) gtk_widget_set_extension_events_internal (widget, mode, NULL); -----[ 2.10 ]----- if (!GTK_WIDGET_NO_WINDOW (widget)) { GdkExtensionMode mode; mode = gtk_widget_get_extension_events (widget); if (mode != GDK_EXTENSION_EVENTS_NONE) gtk_widget_set_extension_events_internal (widget, mode, NULL); } The check in 2.10 is invalid, gtk_widget_set_extension_events_internal needs to be called always - it will do the proper checks. -- Configure bugmail: https://maemo.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.
- Previous message: [hafqa] [Bug 400] HildonNumberEditorErrorType values should be namespaced.
- Next message: [hafqa] [Bug 1060] thumb-events not working
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]