GNOME Bugzilla – Bug 89510
galeon tabbed browsing command addition
Last modified: 2006-06-18 04:56:50 UTC
this (trivial) patch adds 'galeon -new-tab' command to list of browser commands in pan/prefs.c urls are open in new tabs with this option. --- prefs.c.orig 2002-07-30 12:37:23.000000000 +0200 +++ prefs.c 2002-07-31 11:05:24.000000000 +0200 @@ -1525,6 +1525,7 @@ l = NULL; l = g_list_append (l, "gnome-moz-remote --raise --newwin '%s'"); l = g_list_append (l, "galeon --existing '%s'"); + l = g_list_append (l, "galeon --new-tab '%s'"); l = g_list_append (l, "netscape '%s'"); l = g_list_append (l, "netscape -remote 'openURL(%s,raise)'"); l = g_list_append (l, "mozilla -remote 'openURL(%s,raise)'");
Added to cvs head: http://cvs.gnome.org/bonsai/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=pan&command=DIFF_FRAMESET&file=ChangeLog&rev1=1.1468&rev2=1.1469&root=/cvs/gnome http://cvs.gnome.org/bonsai/cvsview2.cgi?diff_mode=context&whitespace_mode=show&subdir=pan/pan&command=DIFF_FRAMESET&file=prefs.c&rev1=1.282&rev2=1.283&root=/cvs/gnome