GNOME Bugzilla – Bug 570725
Get rid of deprecated gnome-url in libslab
Last modified: 2009-05-15 00:45:55 UTC
./gnome-control-center/libslab/libslab-utils.c: gnome_url_show (help_uri, & error); ./gnome-control-center/libslab/slab-gnome-util.c: gnome_url_show (help_uri, &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).
Created attachment 132376 [details] [review] removed deprecated symbols changed gnome_url_show to gtk_url_show
Thanks for the patch. Committed a slightly modified version.