SF.net SVN: fclient:[816] trunk/fclient/src/fclient/impl/ViewConnection.py
Status: Pre-Alpha
Brought to you by:
jurner
|
From: <jU...@us...> - 2008-07-29 11:44:12
|
Revision: 816
http://fclient.svn.sourceforge.net/fclient/?rev=816&view=rev
Author: jUrner
Date: 2008-07-29 11:44:21 +0000 (Tue, 29 Jul 2008)
Log Message:
-----------
disable global menus instead of hiding them..
Modified Paths:
--------------
trunk/fclient/src/fclient/impl/ViewConnection.py
Modified: trunk/fclient/src/fclient/impl/ViewConnection.py
===================================================================
--- trunk/fclient/src/fclient/impl/ViewConnection.py 2008-07-29 11:42:59 UTC (rev 815)
+++ trunk/fclient/src/fclient/impl/ViewConnection.py 2008-07-29 11:44:21 UTC (rev 816)
@@ -57,7 +57,7 @@
def setVisible(self, flag):
for menu in self.menus:
- menu.children()[0].setVisible(flag)
+ menu.children()[0].setEnabled(flag)
if self.label1 is not None:
self.label1.setVisible(flag)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|