rename gc_banner_status_image to banner_status_image so it's the same than schat control
This commit is contained in:
parent
73a4c4e1b9
commit
57cd53aea1
|
@ -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>
|
||||
|
|
|
@ -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]:
|
||||
|
|
Loading…
Reference in New Issue