diff options
author | Rodney Dawes <dobey@ximian.com> | 2004-02-06 07:18:27 +0800 |
---|---|---|
committer | Rodney Dawes <dobey@src.gnome.org> | 2004-02-06 07:18:27 +0800 |
commit | fdd316cd244fd667ac4c4620ae028668e87a3097 (patch) | |
tree | 7222c9cfb47791afcd189a8ca35723ec265410a6 /shell/ChangeLog | |
parent | b05d91a1e7eb51a7848e1fc16607fa549fd61d08 (diff) | |
download | gsoc2013-evolution-fdd316cd244fd667ac4c4620ae028668e87a3097.tar.gz gsoc2013-evolution-fdd316cd244fd667ac4c4620ae028668e87a3097.tar.zst gsoc2013-evolution-fdd316cd244fd667ac4c4620ae028668e87a3097.zip |
Use gnome-vfs directly, instead of relying on gnome_url_show (), to launch
2004-02-05 Rodney Dawes <dobey@ximian.com>
* e-shell-window-commands.c (command_quick_reference): Use gnome-vfs
directly, instead of relying on gnome_url_show (), to launch the
application for the quick reference, since we can run on gnome 2.2
mostly, and gnome_url_show () only handles the uri method there
Fixes #53566
svn path=/trunk/; revision=24640
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 846b59b589..11106149f9 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,12 @@ +2004-02-05 Rodney Dawes <dobey@ximian.com> + + * e-shell-window-commands.c (command_quick_reference): Use gnome-vfs + directly, instead of relying on gnome_url_show (), to launch the + application for the quick reference, since we can run on gnome 2.2 + mostly, and gnome_url_show () only handles the uri method there + + Fixes #53566 + 2004-02-04 JP Rosevear <jpr@ximian.com> * e-shell-importer.c (start_import): pass in a parent for the |