Ticket #1390 (closed enhancement: fixed)
viewurl-seamonkey.sh and viewurl-firefox.sh
| Reported by: | Dmitry A. Koptev | Owned by: | erijo |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.3.4 |
| Component: | qt-gui | Version: | devel |
| Keywords: | Cc: |
Description (last modified by erijo) (diff)
Hi! For seamonkey:
-
.sh
old new 22 22 # 23 23 24 24 if [ -z "${VURL_MOZILLA}" ]; then 25 MOZILLA= mozilla25 MOZILLA=seamonkey 26 26 else 27 27 MOZILLA=${VURL_MOZILLA} 28 28 fi
For firefox:
-
.sh
old new 22 22 # 23 23 24 24 if [ -z "${VURL_MOZILLA}" ]; then 25 MOZILLA= mozilla25 MOZILLA=firefox 26 26 else 27 27 MOZILLA=${VURL_MOZILLA} 28 28 fi
Change History
Note: See
TracTickets for help on using
tickets.
