Changeset 454 for trunk/plugins

Show
Ignore:
Timestamp:
02/25/05 19:10:26 (4 years ago)
Author:
asterix
Message:

set the focus to the message textview when opening the tabbed_chat_window

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/plugins/gtkgui/gtkgui.py

    r453 r454  
    418418                sw.add(tv) 
    419419                self.widgets[user.jid]['message'] = tv 
    420                 tv.grab_focus() 
    421420                tv.connect('key_press_event', self.on_msg_key_press_event) 
    422421 
     
    427426                self.redraw_tab(user.jid) 
    428427                self.draw_widgets(user) 
     428                tv.grab_focus() 
    429429 
    430430                #print queued messages