Changeset 8748 for branches/gajim_0.11.1

Show
Ignore:
Timestamp:
09/07/07 23:03:11 (12 months ago)
Author:
asterix
Message:

run the browser auto-detection forst time we run Gajim

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11.1/src/gajim.py

    r8709 r8748  
    20752075                                                theme[d.index(o)]) 
    20762076                         
    2077                 if gajim.config.get('autodetect_browser_mailer'): 
     2077                if gajim.config.get('autodetect_browser_mailer') or \ 
     2078                len(gajim.connections) == 0: 
    20782079                        gtkgui_helpers.autodetect_browser_mailer() 
    20792080