]> git.pld-linux.org Git - packages/bzr-gtk.git/commitdiff
- Killed some dependancy on pygtk 2.10.
authorMateusz Korniak <matkor@pld-linux.org>
Sun, 16 Dec 2007 15:21:10 +0000 (15:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bzr-gtk-kill-pygtk-2_10-reqs.patch -> 1.1

bzr-gtk-kill-pygtk-2_10-reqs.patch [new file with mode: 0644]

diff --git a/bzr-gtk-kill-pygtk-2_10-reqs.patch b/bzr-gtk-kill-pygtk-2_10-reqs.patch
new file mode 100644 (file)
index 0000000..73cf3ea
--- /dev/null
@@ -0,0 +1,31 @@
+=== modified file 'viz/branchwin.py'
+--- old/viz/branchwin.py       2007-11-28 23:18:51 +0000
++++ new/viz/branchwin.py       2007-12-15 23:27:59 +0000
+@@ -70,7 +70,7 @@
+         self.accel_group = gtk.AccelGroup()
+         self.add_accel_group(self.accel_group)
+-        gtk.Action.set_tool_item_type(gtk.MenuToolButton)
++        ## gtk.Action.set_tool_item_type(gtk.MenuToolButton)
+         self.prev_rev_action = gtk.Action("prev-rev", "_Previous Revision", "Go to the previous revision", gtk.STOCK_GO_DOWN)
+         self.prev_rev_action.set_accel_path("<viz>/Go/Previous Revision")
+@@ -328,7 +328,7 @@
+                 self.prev_rev_action.set_sensitive(False)
+                 prev_menu.hide()
+-            self.prev_button.set_menu(prev_menu)
++            ## self.prev_button.set_menu(prev_menu)
+             next_menu = gtk.Menu()
+             if len(children) > 0:
+@@ -348,7 +348,7 @@
+                 self.next_rev_action.set_sensitive(False)
+                 next_menu.hide()
+-            self.next_button.set_menu(next_menu)
++            ## self.next_button.set_menu(next_menu)
+             tags = []
+             if self.branch.supports_tags():
+
This page took 0.115728 seconds and 4 git commands to generate.