From a643b7d466fe9e6c639ccd167015c92e2fa9b948 Mon Sep 17 00:00:00 2001 From: Nikos Kouremenos Date: Tue, 28 Mar 2006 10:37:12 +0000 Subject: [PATCH] revert accidental roster_window commit --- src/roster_window.py | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/roster_window.py b/src/roster_window.py index 87d55540a..f8d314282 100644 --- a/src/roster_window.py +++ b/src/roster_window.py @@ -2344,16 +2344,7 @@ _('If "%s" accepts this request you will know his or her status.') % jid) # last message is long time ago gajim.last_message_time[account][ctrl.get_full_jid()] = 0 win.set_active_tab(fjid, account) - possibly_hold_msg_window_vbox = self.xml.get_widget( - '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' + win.window.present() def on_roster_treeview_row_activated(self, widget, path, col = 0): '''When an iter is double clicked: open the first event window'''