rename gc_banner_status_image to banner_status_image so it's the same than schat control

This commit is contained in:
Yann Leboulanger 2010-02-12 21:08:40 +01:00
parent 73a4c4e1b9
commit 57cd53aea1
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
<object class="GtkHBox" id="hbox3024">
<property name="visible">True</property>
<child>
<object class="GtkImage" id="gc_banner_status_image">
<object class="GtkImage" id="banner_status_image">
<property name="visible">True</property>
<property name="stock">gtk-missing-image</property>
</object>

View File

@ -580,7 +580,7 @@ class GroupchatControl(ChatControlBase):
self.change_roster_style()
def _update_banner_state_image(self):
banner_status_img = self.xml.get_object('gc_banner_status_image')
banner_status_img = self.xml.get_object('banner_status_image')
images = gajim.interface.jabber_state_images
if self.room_jid in gajim.gc_connected[self.account] and \
gajim.gc_connected[self.account][self.room_jid]: