From 839d4f4a6b2af2e4adb7fa444cf3af3af0fb5bd1 Mon Sep 17 00:00:00 2001 From: Don Allingham Date: Wed, 26 Apr 2006 04:03:04 +0000 Subject: [PATCH] * src/ViewManager.py: new config changes, handle exception, enable Edit button by default svn: r6445 --- gramps2/ChangeLog | 3 ++- gramps2/src/ViewManager.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/gramps2/ChangeLog b/gramps2/ChangeLog index f784ce205..58207558f 100644 --- a/gramps2/ChangeLog +++ b/gramps2/ChangeLog @@ -1,6 +1,7 @@ 2006-04-25 Don Allingham * src/GrampsCfg/py: move and rename tabs, change Prefixes for Formats - * src/ViewManager.py: new config changes, handle exception + * src/ViewManager.py: new config changes, handle exception, enable Edit button + by default * src/GrampsCfg.py: new config changes * src/Config/gen_schema_keys.py: new config changes * src/gramps_main.py: new config changes diff --git a/gramps2/src/ViewManager.py b/gramps2/src/ViewManager.py index 3f02ce735..6108cb1ca 100644 --- a/gramps2/src/ViewManager.py +++ b/gramps2/src/ViewManager.py @@ -284,6 +284,7 @@ class ViewManager: ('OpenRecent', None, 'Open _Recent'), ('Quit', gtk.STOCK_QUIT, '_Quit', "q", None, self.quit), ('ViewMenu', None, '_View'), + ('EditMenu', None, '_Edit'), ('Preferences', gtk.STOCK_PREFERENCES, '_Preferences', None, None, self.preferences_activate), ('HelpMenu', None, '_Help'),