jdahlin - in flumotion/trunk: . flumotion/wizard
flumotion-commit at lists.fluendo.com
flumotion-commit at lists.fluendo.com
Wed Apr 23 17:36:31 CEST 2008
Author: jdahlin
Date: Wed Apr 23 17:36:31 2008
New Revision: 6543
Log:
2008-04-23 Johan Dahlin <johan at flumotion.com>
* flumotion/wizard/overlaystep.py:
show_text moved to properties, fixes #936
Modified:
flumotion/trunk/ChangeLog
flumotion/trunk/flumotion/wizard/overlaystep.py
Modified: flumotion/trunk/ChangeLog
==============================================================================
--- flumotion/trunk/ChangeLog (original)
+++ flumotion/trunk/ChangeLog Wed Apr 23 17:36:31 2008
@@ -1,3 +1,8 @@
+2008-04-23 Johan Dahlin <johan at flumotion.com>
+
+ * flumotion/wizard/overlaystep.py:
+ show_text moved to properties, fixes #936
+
2008-04-23 Thomas Vander Stichele <thomas at apestaart dot org>
* flumotion/admin/admin.py:
Modified: flumotion/trunk/flumotion/wizard/overlaystep.py
==============================================================================
--- flumotion/trunk/flumotion/wizard/overlaystep.py (original)
+++ flumotion/trunk/flumotion/wizard/overlaystep.py Wed Apr 23 17:36:31 2008
@@ -45,7 +45,7 @@
def hasOverlay(self):
if self.can_overlay:
- if self.show_logo or self.show_text:
+ if self.show_logo or self.properties.show_text:
return True
return False
More information about the flumotion-commit
mailing list