Show
Ignore:
Timestamp:
02/15/07 19:05:38 (22 months ago)
Author:
asterix
Message:

mrege diff from trunk

Files:
1 modified

Legend:

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

    r7949 r7984  
    20102010                # handler when an emoticon is clicked in emoticons_menu 
    20112011                self.emoticon_menuitem_clicked = None 
    2012                 self.default_values = { 
     2012                self.default_colors = { 
    20132013                        'inmsgcolor': gajim.config.get('inmsgcolor'), 
    20142014                        'outmsgcolor': gajim.config.get('outmsgcolor'), 
     
    22132213                                try: 
    22142214                                        cli.set_restart_command(argv) 
    2215                                 except TypeError: 
     2215                                except AttributeError: 
    22162216                                        cli.set_restart_command(len(argv), argv) 
    22172217