GNOME Bugzilla – Bug 594585
Should build with -DGSEAL_ENABLE
Last modified: 2010-05-16 09:00:29 UTC
To be ready for GNOME 3 should be able to build with -DGSEAL_ENABLE See http://live.gnome.org/GnomeGoals/UseGseal for more details
Created attachment 142760 [details] [review] Use accessor functions instead direct access Still missing: GTK_WIDGET_UNSET_FLAGS (applet->popup, GTK_TOPLEVEL);
Fine with me, please commit.
Thank you Richard, Could someone commit this? (I don't have commit permissions)
Comment on attachment 142760 [details] [review] Use accessor functions instead direct access Committed per Javier request. Thanks
Ropening as there is still one missing function: GTK_WIDGET_UNSET_FLAGS (applet->popup, GTK_TOPLEVEL);
Created attachment 143721 [details] [review] Use accessor functions instead direct access.part2 Removed GTK_WIDGET_UNSET_FLAGS (applet->popup, GTK_TOPLEVEL) because a popup *is* a toplevel With this patch gnome-power-manager compiles with -DGSEAL_ENABLED without any problem
Comment on attachment 143721 [details] [review] Use accessor functions instead direct access.part2 Please commit. Thanks!
Committed, thanks.
This seems to break the popup. You can't click on the slider without the popup closing...