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:
widgets = [
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'),
]
else:

View File

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