Skip to content
Snippets Groups Projects
Commit 68c16c26 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

Invisible is not available

parent 2f364ecd
No related branches found
No related tags found
No related merge requests found
......@@ -1880,6 +1880,7 @@ class roster_Window:
image.set_from_pixbuf(self.pixbufs[state])
image.show()
self.xml.get_widget(state).set_image(image)
self.xml.get_widget('invisible').set_sensitive(False)
def on_show_off(self, widget):
"""when show offline option is changed :
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment