thomasvs - flumotion/trunk/flumotion/component/base
flumotion-commit at lists.fluendo.com
flumotion-commit at lists.fluendo.com
Thu Mar 15 02:33:18 CET 2007
Author: thomasvs
Date: Thu Mar 15 02:33:14 2007
New Revision: 4651
Modified:
flumotion/trunk/flumotion/component/base/admin_gtk.py
Log:
remove experimental size group code
Modified: flumotion/trunk/flumotion/component/base/admin_gtk.py
==============================================================================
--- flumotion/trunk/flumotion/component/base/admin_gtk.py (original)
+++ flumotion/trunk/flumotion/component/base/admin_gtk.py Thu Mar 15 02:33:14 2007
@@ -635,10 +635,6 @@
sel.connect('changed', sel_changed)
- # A size group allows us to make sure all labels managed by us have
- # the same width. We cannot do this from glade though.
- group = gtk.SizeGroup(gtk.SIZE_GROUP_BOTH)
-
def set_label(name):
self.labels[name] = self.wtree.get_widget('label-' + name)
# zeroes out all value labels
@@ -653,8 +649,6 @@
'connections-total', 'last-activity',
):
set_label(type)
- group.add_widget(self.labels[type])
- print group.get_widgets()
self._table_connected = self.wtree.get_widget('table-current-connected')
self._table_disconnected = self.wtree.get_widget(
More information about the flumotion-commit
mailing list