Compact view in groupchat works again. Fixes #1377

This commit is contained in:
Travis Shirk 2006-01-21 12:48:45 +00:00
parent d9dd7a054c
commit 5624dca803
2 changed files with 2 additions and 2 deletions

View file

@ -645,7 +645,7 @@ class ChatControlBase(MessageControl):
if self.type_id == message_control.TYPE_GC: if self.type_id == message_control.TYPE_GC:
widgets = [ widgets = [
self.xml.get_widget('banner_eventbox'), self.xml.get_widget('banner_eventbox'),
self.xml.get_widget('gc_actions_hbox'), self.xml.get_widget('actions_hbox'),
self.xml.get_widget('list_scrolledwindow'), self.xml.get_widget('list_scrolledwindow'),
] ]
else: else:

View file

@ -18590,7 +18590,7 @@ topic</property>
</child> </child>
<child> <child>
<widget class="GtkHBox" id="actions_eventbox"> <widget class="GtkHBox" id="actions_hbox">
<property name="border_width">3</property> <property name="border_width">3</property>
<property name="visible">True</property> <property name="visible">True</property>
<property name="homogeneous">False</property> <property name="homogeneous">False</property>