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

fix Alt+C behaviour to toggle compact mode. fixes #3585

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/gajim_0.11.3-bugfixes/src/message_window.py

    r9020 r9063  
    285285                                self.notebook.set_current_page(st.index(chr(keyval))) 
    286286                        elif keyval == gtk.keysyms.c: # ALT + C toggles chat buttons 
    287                                 control.chat_buttons_set_visible(not control.hide_chat_buttons) 
     287                                control.chat_buttons_set_visible(not \ 
     288                                        control.hide_chat_buttons_current) 
    288289                # Close tab bindings 
    289290                elif keyval == gtk.keysyms.Escape and \