Rev 534: Remove unused Edit->Find option. in file:///data/jelmer/bzr-gtk/rmfind/
Jelmer Vernooij
jelmer at samba.org
Thu Jul 17 14:37:31 BST 2008
At file:///data/jelmer/bzr-gtk/rmfind/
------------------------------------------------------------
revno: 534
revision-id: jelmer at samba.org-20080717133729-w0lg0otwicgqxmvp
parent: jelmer at samba.org-20080717115103-djh5sb0pvpse2zkb
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: rmfind
timestamp: Thu 2008-07-17 15:37:29 +0200
message:
Remove unused Edit->Find option.
modified:
viz/branchwin.py branchwin.py-20051016222514-15fd120652fcf25c
=== modified file 'viz/branchwin.py'
--- a/viz/branchwin.py 2008-07-01 21:54:21 +0000
+++ b/viz/branchwin.py 2008-07-17 13:37:29 +0000
@@ -137,15 +137,12 @@
edit_menuitem = gtk.MenuItem("_Edit")
edit_menuitem.set_submenu(edit_menu)
- edit_menu_find = gtk.ImageMenuItem(gtk.STOCK_FIND)
-
edit_menu_branchopts = gtk.MenuItem("Branch Settings")
edit_menu_branchopts.connect('activate', lambda x: PreferencesWindow(self.branch.get_config()).show())
edit_menu_globopts = gtk.MenuItem("Global Settings")
edit_menu_globopts.connect('activate', lambda x: PreferencesWindow().show())
- edit_menu.add(edit_menu_find)
edit_menu.add(edit_menu_branchopts)
edit_menu.add(edit_menu_globopts)
More information about the bazaar-commits
mailing list