now only accept invitation button does not work
This commit is contained in:
parent
177a4c76de
commit
b955442642
|
@ -1196,8 +1196,11 @@ class InvitationDialog:
|
||||||
|
|
||||||
self.invitation_label.set_text(string)
|
self.invitation_label.set_text(string)
|
||||||
|
|
||||||
|
self.window.show_all()
|
||||||
|
self.xml.signal_autoconnect(self)
|
||||||
|
|
||||||
def on_accept_button_clicked(self, widget):
|
def on_accept_button_clicked(self, widget):
|
||||||
pass # join room
|
pass # FIXME: join room
|
||||||
|
|
||||||
def on_decline_button_clicked(self, widget):
|
def on_decline_button_clicked(self, widget):
|
||||||
self.window.destroy()
|
self.window.destroy()
|
||||||
|
|
|
@ -17770,7 +17770,6 @@ Maybe I'll refactor later</property>
|
||||||
</widget>
|
</widget>
|
||||||
|
|
||||||
<widget class="GtkDialog" id="invitation_dialog">
|
<widget class="GtkDialog" id="invitation_dialog">
|
||||||
<property name="visible">True</property>
|
|
||||||
<property name="title">Invitation Received</property>
|
<property name="title">Invitation Received</property>
|
||||||
<property name="type">GTK_WINDOW_TOPLEVEL</property>
|
<property name="type">GTK_WINDOW_TOPLEVEL</property>
|
||||||
<property name="window_position">GTK_WIN_POS_NONE</property>
|
<property name="window_position">GTK_WIN_POS_NONE</property>
|
||||||
|
|
Loading…
Reference in New Issue