Ticket #1390 (closed enhancement: fixed)

Opened 2 years ago

Last modified 13 months ago

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  
    2222# 
    2323 
    2424if [ -z "${VURL_MOZILLA}" ]; then 
    25   MOZILLA=mozilla 
     25  MOZILLA=seamonkey 
    2626else 
    2727  MOZILLA=${VURL_MOZILLA} 
    2828fi 

For firefox:

  • .sh

    old new  
    2222# 
    2323 
    2424if [ -z "${VURL_MOZILLA}" ]; then 
    25   MOZILLA=mozilla 
     25  MOZILLA=firefox 
    2626else 
    2727  MOZILLA=${VURL_MOZILLA} 
    2828fi 

Change History

Changed 2 years ago by erijo

  • owner set to erijo
  • status changed from new to assigned
  • description modified (diff)
  • milestone set to 1.3.4

Changed 2 years ago by erijo

  • status changed from assigned to closed
  • resolution set to fixed

Committed in r4596 and r4597. Thank you for the patches.

Changed 13 months ago by anonymous

  • milestone 1.3.4 deleted

Milestone 1.3.4 deleted

Changed 13 months ago by erijo

  • milestone set to 1.3.4
Note: See TracTickets for help on using tickets.