diff --git a/src/chat.py b/src/chat.py index e16b2b067..40c54906c 100644 --- a/src/chat.py +++ b/src/chat.py @@ -252,7 +252,6 @@ class Chat: menu.show_all() def on_chat_notebook_switch_page(self, notebook, page, page_num): - # get the index of the page and then the page that we're leaving old_no = notebook.get_current_page() old_child = notebook.get_nth_page(old_no) diff --git a/src/groupchat_window.py b/src/groupchat_window.py index 9bdb35623..e093d1fbb 100644 --- a/src/groupchat_window.py +++ b/src/groupchat_window.py @@ -413,7 +413,7 @@ class GroupchatWindow(chat.Chat): if response == gtk.RESPONSE_OK: nick = instance.input_entry.get_text() gajim.connections[self.account].change_gc_nick(room_jid, nick) - + def on_configure_room_menuitem_activate(self, widget): room_jid = self.get_active_jid() gajim.connections[self.account].request_gc_config(room_jid) diff --git a/src/gtkgui.glade b/src/gtkgui.glade index 3853cd0b3..81cca243a 100644 --- a/src/gtkgui.glade +++ b/src/gtkgui.glade @@ -15243,10 +15243,10 @@ the Jabber network. _History True - + - + True gtk-justify-fill 1 @@ -15266,7 +15266,7 @@ the Jabber network. - + True gtk-preferences 1 @@ -15286,7 +15286,7 @@ the Jabber network. - + True gtk-edit 1 @@ -15306,7 +15306,7 @@ the Jabber network. - + True gtk-redo 1 @@ -15326,7 +15326,7 @@ the Jabber network. - + True gtk-add 1 @@ -15341,7 +15341,7 @@ the Jabber network. - _Compact View + _Compact View Alt+C True False