Rev 450: Fix support for default value in BranchSelectionDialog. in file:///data/jelmer/bzr-gtk/child_submit/

Jelmer Vernooij jelmer at samba.org
Fri Mar 14 02:13:28 GMT 2008


At file:///data/jelmer/bzr-gtk/child_submit/

------------------------------------------------------------
revno: 450
revision-id:jelmer at samba.org-20080314021327-q1pabtpneeasz8qv
parent: jelmer at samba.org-20080310013654-o4o6r8vntk65d7o9
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: child_submit
timestamp: Fri 2008-03-14 03:13:27 +0100
message:
  Fix support for default value in BranchSelectionDialog.
modified:
  branchbox.py                   branchbox.py-20070827120815-kh5cvk35vi7bf804-1
=== modified file 'branchbox.py'
--- a/branchbox.py	2007-08-27 12:38:18 +0000
+++ b/branchbox.py	2008-03-14 02:13:27 +0000
@@ -43,6 +43,9 @@
                            gobject.SIGNAL_RUN_LAST,
                            gobject.TYPE_NONE, (gobject.TYPE_OBJECT,))
 
+        if path is not None:
+            self.set_url(path)
+
     def set_url(self, url):
         self._combo.get_child().set_text(url)
 




More information about the bazaar-commits mailing list