GNOME Bugzilla – Bug 570727
Get rid of deprecated gnome-url in gnome-commander
Last modified: 2009-02-09 19:42:01 UTC
./gnome-commander/src/gnome-cmd-user-actions.cc: if (!gnome_url_show ("http://www.nongnu.org/gcmd/", &error)) ./gnome-commander/src/gnome-cmd-user-actions.cc: if (!gnome_url_show("http://bugzilla.gnome.org/browse.cgi?product=gnome-commander", &error)) According to http://live.gnome.org/LibgnomeMustDie gnome-url is deprecated and has been replaced with gtk_show_uri(). For API see http://library.gnome.org/devel/libgnome/stable/libgnome-gnome-url.html http://library.gnome.org/devel/gtk/stable/gtk-Filesystem-utilities.html#gtk-show-uri Note that gtk-show-uri exists since GTK+ 2.14 (hence might require a dependency bump).
This problem has been fixed in our software repository (rev. 2452). The fix will go into the next software release.