now only accept invitation button does not work

This commit is contained in:
Nikos Kouremenos 2005-08-14 23:54:55 +00:00
parent 177a4c76de
commit b955442642
2 changed files with 4 additions and 2 deletions

View File

@ -1195,9 +1195,12 @@ class InvitationDialog:
string += '\n' + _('Comment: %s') % comment
self.invitation_label.set_text(string)
self.window.show_all()
self.xml.signal_autoconnect(self)
def on_accept_button_clicked(self, widget):
pass # join room
pass # FIXME: join room
def on_decline_button_clicked(self, widget):
self.window.destroy()

View File

@ -17770,7 +17770,6 @@ Maybe I'll refactor later</property>
</widget>
<widget class="GtkDialog" id="invitation_dialog">
<property name="visible">True</property>
<property name="title">Invitation Received</property>
<property name="type">GTK_WINDOW_TOPLEVEL</property>
<property name="window_position">GTK_WIN_POS_NONE</property>