[Pkg-bazaar-commits] ./bzr-gtk/unstable r295: Merge change of viz window title.

Jelmer Vernooij jelmer at samba.org
Fri Apr 10 07:45:25 UTC 2009


------------------------------------------------------------
revno: 295
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Thu 2007-10-04 19:31:06 +0200
message:
  Merge change of viz window title.
modified:
  viz/branchwin.py
    ------------------------------------------------------------
    revno: 292.2.1
    committer: Daniel Schierbeck <daniel.schierbeck at gmail.com>
    branch nick: viz-title
    timestamp: Wed 2007-10-03 00:23:13 +0200
    message:
      Changed title of the viz window to 'revision history'
    modified:
      viz/branchwin.py
-------------- next part --------------
=== modified file 'viz/branchwin.py'
--- a/viz/branchwin.py	2007-10-03 19:24:20 +0000
+++ b/viz/branchwin.py	2007-10-04 17:31:06 +0000
@@ -31,7 +31,7 @@
     def __init__(self, parent=None):
         gtk.Window.__init__(self, gtk.WINDOW_TOPLEVEL)
         self.set_border_width(0)
-        self.set_title("bzrk")
+        self.set_title("Revision history")
 
         self._parent = parent
 
@@ -209,7 +209,7 @@
         treeview itself.
         """
         self.branch = branch
-        self.set_title(branch.nick + " - bzrk")
+        self.set_title(branch.nick + " - revision history")
         gobject.idle_add(self.populate_model, start, maxnum)
 
     def populate_model(self, start, maxnum):



More information about the Pkg-bazaar-commits mailing list