Re: Change in "mozilla" command to use new window
MeiWu <[email protected]>
| Newsgroups | gmane.comp.mozilla.patches,gmane.comp.mozilla.devel.unix |
|---|---|
| Message-ID | <[email protected]> |
Christopher Blizzard wrote:
> Pipo wrote:
>
>> The "mozilla" script is very useful, but I found annoying the fact
>> that it picks an existing mozilla window to open the new URL. A very
>> minor change allows using a new window for a new URL.
>> In the script, just change:
>>
>> $MOZ_PROGRAM -remote "openurl($opt)" 2>/dev/null > /dev/null
>>
>> to:
>>
>> $MOZ_PROGRAM -remote "openurl($opt,new-window)" 2>/dev/null > /dev/null
>>
>> I'd better like this as default, but I've no problem changing my
>> installed version either if I'm the only one to prefer this ;-)
>>
>
> I've always wanted to make this a real preference.
>
> http://bugzilla.mozilla.org/show_bug.cgi?id=99945
>
> --Chris
>
Hi,
Which version of mozilla script has the -remote
"openurl($opt,new-window)" 2>/dev/null > /dev/null ?
I didn't find it in 1.3a, could you tell me where it is ?
Thanks
Mei