Don't set any url when starting browser.

* gnome-settings-multimedia-keys.c: (do_www_action):
        Don't set any url when starting browser.
This commit is contained in:
Frédéric Crozat 2005-02-17 18:19:06 +00:00
parent 2b42133d69
commit 6c18a4ad18
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-02-17 Frederic Crozat <fcrozat@mandrakesoft.com>
* gnome-settings-multimedia-keys.c: (do_www_action):
Don't set any url when starting browser.
2005-02-09 Sebastien Bacher <seb128@debian.org>
* gnome-settings-keyboard-xkb.c: (gnome_settings_chk_file_list):

View file

@ -650,7 +650,7 @@ do_www_action (Acme *acme, const char *url)
}
if (url == NULL)
command = g_strdup_printf (string, "about:blank");
command = g_strdup_printf (string, "");
else
command = g_strdup_printf (string, url);