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 89510 - galeon tabbed browsing command addition
galeon tabbed browsing command addition
Status: RESOLVED FIXED
Product: Pan
Classification: Other
Component: general
pre-0.13.0 betas
Other Linux
: Normal enhancement
: 0.13.0
Assigned To: Charles Kerr
Pan QA Team
Depends on:
Blocks:
 
 
Reported: 2002-07-31 09:23 UTC by Martin Tomasek
Modified: 2006-06-18 04:56 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Martin Tomasek 2002-07-31 09:23:55 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)'");