GNOME Bugzilla – Bug 571383
Deprecated GTK calls in #ifdef HILDON
Last modified: 2009-06-13 23:12:34 UTC
There is still a few calls to deprecated GTK functions left in #ifdef HILDON case. Patch is untested.
Created attachment 128512 [details] [review] removes calls to deprecated GTK functions
seems ok to me, please commit it
committed in r1191: http://svn.gnome.org/viewvc/cheese?view=revision&revision=1191
Cheese still uses gtk_action_connect_proxy. See dependency bug.
Created attachment 129959 [details] [review] use gtk_activatable_set_related_action instead of gtk_action_connect_proxy This patch should remove remaining deprecated calls. Anyway, gtk_action_connect_proxy has been deprecated recently in unstable gtk+ and is marked as "since 2.16"... isn't it a bit early to commit this patch?
(In reply to comment #5) > and is marked as "since 2.16"... isn't it a bit early to commit this patch? s/and is marked/and its replacement is marked/
doesnt gnome 2.26 base on gtk 2.16?
(In reply to comment #7) Yes. It's more about "I want to be able to use cheese 2.26 with gtk 2.14" packagers, but it's up to project maintainers to decide.
ok sure, we can wait
Can we ifdef this and get it in? :-)
...or now that you've branched just get this in for 2.27.1? :)
(In reply to comment #11) > ...or now that you've branched just get this in for 2.27.1? :) Done :)