Changeset 7249
- Timestamp:
- 10/15/06 12:51:26 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/gajim.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gajim.py
r7229 r7249 1638 1638 1639 1639 def init_emoticons(self): 1640 if not gajim.config.get('emoticons_theme'): 1640 emot_theme = gajim.config.get('emoticons_theme') 1641 if not emot_theme: 1641 1642 return 1642 1643 … … 1645 1646 self.emoticons = dict() 1646 1647 1647 emot_theme = gajim.config.get('emoticons_theme')1648 if not emot_theme:1649 return1650 1648 path = os.path.join(gajim.DATA_DIR, 'emoticons', emot_theme) 1651 1649 if not os.path.exists(path):
