GNOME Bugzilla – Bug 609763
[fileformatchooser] Use accessor functions instead of direct access
Last modified: 2010-04-10 11:51:16 UTC
See http://live.gnome.org/GnomeGoals/UseGseal
Created attachment 153640 [details] [review] Use accessor funcions intead direct access
Comment on attachment 153640 [details] [review] Use accessor funcions intead direct access Does this require any deps upping in configure as well?
Since this is code that's copypasted into other modules, I think using #if GTK_CHECK_VERSION(...) ... #else ... #endif would be better here, so that one can use the latest version from libegg, but still not have to update the gtk req on the module.
Created attachment 153655 [details] [review] Use accessor funcions intead direct access.v2 Yeah, added autoools checking stuff
Created attachment 153658 [details] [review] Use GTK_CHECK_VERSION Sorry Christian, I didn't see your comment
Looks fine to me
Comment on attachment 153658 [details] [review] Use GTK_CHECK_VERSION commit 8f7956634f4d1892b03eae49fd3fe77f1ed24d66