Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYann Leboulanger <asterix@lagaule.org>2004-05-13 21:40:36 +0400
committerYann Leboulanger <asterix@lagaule.org>2004-05-13 21:40:36 +0400
commit68c16c26ea11218f3881985375289d24097e70ac (patch)
tree795a9dcb48308a5e78e34f46907eecf7c231b034 /plugins
parent2f364ecdba037263f1b82a174e6e3f3c78eabca4 (diff)
Invisible is not available
Diffstat (limited to 'plugins')
-rw-r--r--plugins/gtkgui/gtkgui.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/gtkgui/gtkgui.py b/plugins/gtkgui/gtkgui.py
index b2abfd000..54cc27b2b 100644
--- a/plugins/gtkgui/gtkgui.py
+++ b/plugins/gtkgui/gtkgui.py
@@ -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 :