Rev 469: Merge property parsing fix from Adrian Wilkins. in file:///data/jelmer/bzr-gtk/trunk/
Jelmer Vernooij
jelmer at samba.org
Fri Apr 25 20:31:48 BST 2008
At file:///data/jelmer/bzr-gtk/trunk/
------------------------------------------------------------
revno: 469
revision-id: jelmer at samba.org-20080425193146-6i1r3s9tf5p6bncp
parent: jelmer at samba.org-20080405052458-340xolat1r5275xr
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Fri 2008-04-25 20:31:46 +0100
message:
Merge property parsing fix from Adrian Wilkins.
modified:
viz/branchwin.py branchwin.py-20051016222514-15fd120652fcf25c
=== modified file 'viz/branchwin.py'
--- a/viz/branchwin.py 2008-04-02 00:31:14 +0000
+++ b/viz/branchwin.py 2008-04-25 19:31:46 +0000
@@ -247,8 +247,9 @@
option = self.config.get_user_option(col + '-column-visible')
if option is not None:
self.treeview.set_property(col + '-column-visible', option == 'True')
+ else:
+ self.treeview.set_property(col + '-column-visible', False)
- self.treeview.set_property(col + '-column-visible', False)
self.treeview.show()
align = gtk.Alignment(0.0, 0.0, 1.0, 1.0)
More information about the bazaar-commits
mailing list