revert accidental roster_window commit
This commit is contained in:
parent
7287d3a51e
commit
a643b7d466
1 changed files with 1 additions and 10 deletions
|
@ -2344,16 +2344,7 @@ _('If "%s" accepts this request you will know his or her status.') % jid)
|
||||||
# last message is long time ago
|
# last message is long time ago
|
||||||
gajim.last_message_time[account][ctrl.get_full_jid()] = 0
|
gajim.last_message_time[account][ctrl.get_full_jid()] = 0
|
||||||
win.set_active_tab(fjid, account)
|
win.set_active_tab(fjid, account)
|
||||||
possibly_hold_msg_window_vbox = self.xml.get_widget(
|
win.window.present()
|
||||||
'possibly_hold_msg_window_vbox')
|
|
||||||
|
|
||||||
#notebook = win.window.get_children()[0]
|
|
||||||
notebook = win.xml.get_widget('notebook')
|
|
||||||
notebook.reparent(possibly_hold_msg_window_vbox)
|
|
||||||
notebook.show_all()
|
|
||||||
win.window.hide()
|
|
||||||
#win.window.present()
|
|
||||||
print 'reparented'
|
|
||||||
|
|
||||||
def on_roster_treeview_row_activated(self, widget, path, col = 0):
|
def on_roster_treeview_row_activated(self, widget, path, col = 0):
|
||||||
'''When an iter is double clicked: open the first event window'''
|
'''When an iter is double clicked: open the first event window'''
|
||||||
|
|
Loading…
Add table
Reference in a new issue