After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 570727 - Get rid of deprecated gnome-url in gnome-commander
Get rid of deprecated gnome-url in gnome-commander
Status: RESOLVED FIXED
Product: gnome-commander
Classification: Other
Component: application
1.2.x
Other Linux
: Normal normal
: 1.2.8
Assigned To: epiotr
epiotr
Depends on:
Blocks:
 
 
Reported: 2009-02-05 23:16 UTC by André Klapper
Modified: 2009-02-09 19:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description André Klapper 2009-02-05 23:16:27 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).
Comment 1 epiotr 2009-02-09 19:42:01 UTC
This problem has been fixed in our software repository (rev. 2452). The fix will go into the next software release.