Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 124744 - mozilla-launcher overrides tabbed browsing prefs of seamonkey
Summary: mozilla-launcher overrides tabbed browsing prefs of seamonkey
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Mozilla Gentoo Team
URL:
Whiteboard:
Keywords: InVCS
Depends on:
Blocks:
 
Reported: 2006-03-02 23:17 UTC by Ondrej Ivanič
Modified: 2006-06-28 18:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Initial patch (mozilla-launcher.patch,532 bytes, patch)
2006-03-02 23:19 UTC, Ondrej Ivanič
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Ivanič 2006-03-02 23:17:47 UTC
Similar to bug #82653, but now for Seamonky. Initial patch for mozilla-launcher:

--- mozilla-launcher.old        2006-03-03 08:15:01.000000000 +0100
+++ mozilla-launcher.new        2006-03-03 08:14:35.000000000 +0100
@@ -101,7 +101,7 @@
     else
       if [[ -n $MOZILLA_NEWTYPE ]]; then
         try_running "openURL($u,new-$MOZILLA_NEWTYPE)" || retval=$?
-      elif [[ $zero == firefox* && -n $u ]]; then
+      elif [[ ($zero == firefox* || $zero == seamonkey*) && -n $u ]]; then
         # Don't override preferences set in the browser #82653
         try_running "openURL($u)" || retval=$?
       elif [[ -n $u ]]; then
Comment 1 Ondrej Ivanič 2006-03-02 23:19:25 UTC
Created attachment 81177 [details, diff]
Initial patch
Comment 2 Jory A. Pratt 2006-06-28 18:06:35 UTC
Thanks for reporting problem has been fixed in CVS, should be on the mirrors in a few hours.