]> git.pld-linux.org Git - packages/bzr-gtk.git/blame - bzr-gtk-kill-pygtk-2_10-reqs.patch
- Version 0.95.0-1.
[packages/bzr-gtk.git] / bzr-gtk-kill-pygtk-2_10-reqs.patch
CommitLineData
e0e2a07d
MK
1=== modified file 'viz/branchwin.py'
2--- old/viz/branchwin.py 2007-11-28 23:18:51 +0000
3+++ new/viz/branchwin.py 2007-12-15 23:27:59 +0000
4@@ -70,7 +70,7 @@
5 self.accel_group = gtk.AccelGroup()
6 self.add_accel_group(self.accel_group)
7
8- gtk.Action.set_tool_item_type(gtk.MenuToolButton)
9+ ## gtk.Action.set_tool_item_type(gtk.MenuToolButton)
10
11 self.prev_rev_action = gtk.Action("prev-rev", "_Previous Revision", "Go to the previous revision", gtk.STOCK_GO_DOWN)
12 self.prev_rev_action.set_accel_path("<viz>/Go/Previous Revision")
13@@ -328,7 +328,7 @@
14 self.prev_rev_action.set_sensitive(False)
15 prev_menu.hide()
16
17- self.prev_button.set_menu(prev_menu)
18+ ## self.prev_button.set_menu(prev_menu)
19
20 next_menu = gtk.Menu()
21 if len(children) > 0:
22@@ -348,7 +348,7 @@
23 self.next_rev_action.set_sensitive(False)
24 next_menu.hide()
25
26- self.next_button.set_menu(next_menu)
27+ ## self.next_button.set_menu(next_menu)
28
29 tags = []
30 if self.branch.supports_tags():
31
This page took 0.064008 seconds and 4 git commands to generate.