GNOME Bugzilla – Bug 612471
Does not compile with -DGSEAL_ENABLED
Last modified: 2010-04-13 12:11:48 UTC
This module does not build with -DGSEAL_ENABLED. See http://live.gnome.org/GnomeGoals/UseGseal . Note that maybe this report cannot be fixed yet, as GTK+ still misses some accessor functions (see bug 588389, bug 597610) needed for sealing. Also see http://live.gnome.org/GTK%2B/3.0/PendingSealings for current status. The jhbuild output posted here of course only lists the very first error when trying to compile. gconf-bookmarks.c: In function "gconf_bookmarks_set_have_icons": gconf-bookmarks.c:64: error: "GtkMenuShell" has no member named "children" make[2]: *** [gconf-bookmarks.o] Error 1 make[2]: Leaving directory `/home/andre/svn-gnome/gconf-editor/src'
Created attachment 158061 [details] [review] Use accessor functions
Review of attachment 158061 [details] [review]: Hi, this looks mostly fine. Did you test everything still works as expected? ::: src/gconf-cell-renderer.c @@ +217,3 @@ GConfValue *value; + + g_object_get (entry, "editing-canceled", &editing_canceled, NULL); It seems this property has been introduced with GTK+ 2.20. If so, please require an appropriate version of GTK+ in the configure script.
Created attachment 158070 [details] [review] Use accessor functions.v2 Ops, sorry, here the patch changing the GTK required version. I've tested the program here are all seems to work fine.
Review of attachment 158070 [details] [review]: Looks good, please commit to master.
Pushed.