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
2 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
||||||
<object class="GtkHBox" id="hbox3024">
|
<object class="GtkHBox" id="hbox3024">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<child>
|
<child>
|
||||||
<object class="GtkImage" id="gc_banner_status_image">
|
<object class="GtkImage" id="banner_status_image">
|
||||||
<property name="visible">True</property>
|
<property name="visible">True</property>
|
||||||
<property name="stock">gtk-missing-image</property>
|
<property name="stock">gtk-missing-image</property>
|
||||||
</object>
|
</object>
|
||||||
|
|
|
@ -580,7 +580,7 @@ class GroupchatControl(ChatControlBase):
|
||||||
self.change_roster_style()
|
self.change_roster_style()
|
||||||
|
|
||||||
def _update_banner_state_image(self):
|
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
|
images = gajim.interface.jabber_state_images
|
||||||
if self.room_jid in gajim.gc_connected[self.account] and \
|
if self.room_jid in gajim.gc_connected[self.account] and \
|
||||||
gajim.gc_connected[self.account][self.room_jid]:
|
gajim.gc_connected[self.account][self.room_jid]:
|
||||||
|
|
Loading…
Add table
Reference in a new issue