Author: duncan
Date: Sun Feb 18 09:25:30 2007
New Revision: 9230

Modified:
   branches/rel-1/freevo/src/plugins/buttonbar.py

Log:
Added visible flag for use in skin fxd files


Modified: branches/rel-1/freevo/src/plugins/buttonbar.py
==============================================================================
--- branches/rel-1/freevo/src/plugins/buttonbar.py      (original)
+++ branches/rel-1/freevo/src/plugins/buttonbar.py      Sun Feb 18 09:25:30 2007
@@ -105,6 +105,7 @@
             description =  prg.getattr('time') + u'\n' + prg.desc
         item = MenuItem(name=name)
         item.description = description
+        self.visible = True
         self.menuw = menuw
         self.menuw.hide(clear=False)
         rc.app(self)

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to