[Pkg-bazaar-commits] ./bzr-gtk/unstable r267: Merge quick push fix from Mateusz.

Szilveszter Farkas (Phanatic) Szilveszter.Farkas at gmail.com
Fri Apr 10 07:49:35 UTC 2009


------------------------------------------------------------
revno: 267
committer: Szilveszter Farkas (Phanatic) <Szilveszter.Farkas at gmail.com>
branch nick: trunk
timestamp: Fri 2007-08-24 16:00:55 +0200
message:
  Merge quick push fix from Mateusz.
modified:
  NEWS
  olive/__init__.py
    ------------------------------------------------------------
    revno: 266.1.1
    committer: Mateusz Korniak <matkor at laptop-hp>
    branch nick: trunk-matkor
    timestamp: Fri 2007-08-24 15:40:48 +0200
    message:
      Fixed interface to push.PushDialog
    modified:
      olive/__init__.py
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2007-08-24 11:48:03 +0000
+++ b/NEWS	2007-08-24 14:00:55 +0000
@@ -29,6 +29,8 @@
     (Szilveszter)
     
  BUG FIXES
+ 
+  * Fixed interface to push.PushDialog (Mateusz Korniak)
 
   * Fix so the when Olive is run from the source code, the toolbar and menu
     icons show. (Gary van der Merwe)

=== modified file 'olive/__init__.py'
--- a/olive/__init__.py	2007-08-23 10:17:40 +0000
+++ b/olive/__init__.py	2007-08-24 13:40:48 +0000
@@ -581,7 +581,7 @@
     
     def on_menuitem_branch_push_activate(self, widget):
         """ Branch/Push... menu handler. """
-        push = PushDialog(self.wt.branch, self.window)
+        push = PushDialog(repository=None,revid=None,branch=self.wt.branch, parent=self.window)
         response = push.run()
         if response != gtk.RESPONSE_NONE:
             push.destroy()



More information about the Pkg-bazaar-commits mailing list