Changeset 8748 for branches/gajim_0.11.1/src/gajim.py
- Timestamp:
- 09/07/07 23:03:11 (15 months ago)
- Files:
-
- 1 modified
-
branches/gajim_0.11.1/src/gajim.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11.1/src/gajim.py
r8709 r8748 2075 2075 theme[d.index(o)]) 2076 2076 2077 if gajim.config.get('autodetect_browser_mailer'): 2077 if gajim.config.get('autodetect_browser_mailer') or \ 2078 len(gajim.connections) == 0: 2078 2079 gtkgui_helpers.autodetect_browser_mailer() 2079 2080
