Re: libgnomevfs gnome_url_show api does'nt work on ubuntu
Hubert Figuiere <[email protected]>
| Newsgroups | gmane.comp.gnome.devel |
|---|---|
| Message-ID | <1232031500.11281.12.camel@quagmire> |
On Tue, 2009-01-13 at 15:49 +0530, Sharyathi Nagesh wrote: > Description: > gnome_url_show api is supposed to open a file with an associated > application. When we change the associated application , this > doesn't > open with the new application associated for the file , instead > always > uses gedit. gnome_url_show is in libgnome which is DEPRECATED. So whatever bug you'll find in unlikely to be fixed. Use gtk_show_uri() from Gtk instead. Hub