diff options
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | src/bookmarks/ephy-bookmarks-editor.c | 1 |
2 files changed, 8 insertions, 0 deletions
@@ -2,6 +2,13 @@ *src/bookmarks/ephy-bookmark-editor.c: (ephy_bookmarks_editor_update_menu): + + Paste = False when not in an editable. + +2003-04-15 David Bordoley <bordoley@msu.edu> + + *src/bookmarks/ephy-bookmark-editor.c: + (ephy_bookmarks_editor_update_menu): Fix select all for the bmview. Paste only sensitive when in an editable. diff --git a/src/bookmarks/ephy-bookmarks-editor.c b/src/bookmarks/ephy-bookmarks-editor.c index 0216b708f..885f034a8 100644 --- a/src/bookmarks/ephy-bookmarks-editor.c +++ b/src/bookmarks/ephy-bookmarks-editor.c @@ -529,6 +529,7 @@ ephy_bookmarks_editor_update_menu (EphyBookmarksEditor *editor) select_all = bmk_focus; cut = FALSE; copy = FALSE; + paste = FALSE; } bmk_selection = ephy_node_view_has_selection |