fix some missing things in video GUI

This commit is contained in:
Yann Leboulanger 2009-09-25 15:29:22 +02:00
parent 32965a948e
commit a57448d083
2 changed files with 13 additions and 1 deletions

View File

@ -111,6 +111,16 @@
<property name="position">3</property>
</packing>
</child>
<child>
<widget class="GtkImage" id="video_banner_image">
<property name="visible">True</property>
<property name="stock">None</property>
<property name="icon-size">1</property>
</widget>
<packing>
<property name="position">4</property>
</packing>
</child>
<child>
<widget class="GtkAlignment" id="alignment3">
<property name="width_request">11</property>
@ -120,7 +130,7 @@
</child>
</widget>
<packing>
<property name="position">4</property>
<property name="position">5</property>
</packing>
</child>
</widget>

View File

@ -1263,7 +1263,9 @@ class ChatControl(ChatControlBase, ChatCommands):
else:
self.set_video_state('not_available')
self.audio_sid = None
self.audio_state = self.JINGLE_STATE_NOT_AVAILABLE
self.video_sid = None
self.video_state = self.JINGLE_STATE_NOT_AVAILABLE
self.update_toolbar()