[Pkg-bazaar-commits] ./bzr-gtk/unstable r297: Removed Date column from the revision history view.

Daniel Schierbeck daniel.schierbeck at gmail.com
Fri Apr 10 07:49:52 UTC 2009


------------------------------------------------------------
revno: 297
committer: Daniel Schierbeck <daniel.schierbeck at gmail.com>
branch nick: viz-remove-timestamp-col
timestamp: Mon 2007-10-08 12:20:28 +0200
message:
  Removed Date column from the revision history view.
modified:
  viz/branchwin.py
-------------- next part --------------
=== modified file 'viz/branchwin.py'
--- a/viz/branchwin.py	2007-10-04 17:31:06 +0000
+++ b/viz/branchwin.py	2007-10-08 10:20:28 +0000
@@ -149,17 +149,6 @@
         column.add_attribute(cell, "text", treemodel.COMMITER)
         self.treeview.append_column(column)
 
-        cell = gtk.CellRendererText()
-        cell.set_property("width-chars", 40)
-        cell.set_property("ellipsize", pango.ELLIPSIZE_END)
-        column = gtk.TreeViewColumn("Date")
-        column.set_resizable(True)
-        column.set_sizing(gtk.TREE_VIEW_COLUMN_FIXED)
-        column.set_fixed_width(cell.get_size(self.treeview)[2])
-        column.pack_start(cell, expand=True)
-        column.add_attribute(cell, "text", treemodel.TIMESTAMP)
-        self.treeview.append_column(column)
-
         return scrollwin
 
     def construct_navigation(self):



More information about the Pkg-bazaar-commits mailing list