Changeset 7984 for branches/gajim_0.11/src/gajim.py
- Timestamp:
- 02/15/07 19:05:38 (22 months ago)
- Files:
-
- 1 modified
-
branches/gajim_0.11/src/gajim.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/gajim_0.11/src/gajim.py
r7949 r7984 2010 2010 # handler when an emoticon is clicked in emoticons_menu 2011 2011 self.emoticon_menuitem_clicked = None 2012 self.default_ values = {2012 self.default_colors = { 2013 2013 'inmsgcolor': gajim.config.get('inmsgcolor'), 2014 2014 'outmsgcolor': gajim.config.get('outmsgcolor'), … … 2213 2213 try: 2214 2214 cli.set_restart_command(argv) 2215 except TypeError:2215 except AttributeError: 2216 2216 cli.set_restart_command(len(argv), argv) 2217 2217
