aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2003-03-29 06:07:15 +0800
committerXan Lopez <xan@src.gnome.org>2003-03-29 06:07:15 +0800
commit13c995d08b42053330b5c31247156a6d44cbe356 (patch)
tree809d9f8dcad7dd4d02c0a6132fc2f9ee2117ae01 /ChangeLog
parent3ae850300edbdef58508d04f243e2241dd1bda64 (diff)
downloadgsoc2013-epiphany-13c995d08b42053330b5c31247156a6d44cbe356.tar
gsoc2013-epiphany-13c995d08b42053330b5c31247156a6d44cbe356.tar.gz
gsoc2013-epiphany-13c995d08b42053330b5c31247156a6d44cbe356.tar.bz2
gsoc2013-epiphany-13c995d08b42053330b5c31247156a6d44cbe356.tar.lz
gsoc2013-epiphany-13c995d08b42053330b5c31247156a6d44cbe356.tar.xz
gsoc2013-epiphany-13c995d08b42053330b5c31247156a6d44cbe356.tar.zst
gsoc2013-epiphany-13c995d08b42053330b5c31247156a6d44cbe356.zip
Makes Delete and Rename menu entries in the BME unsensitive under the
Makes Delete and Rename menu entries in the BME unsensitive under the following conditions: - Topic with priority != NORMAL selected => Delete and Rename unsensitive - Node selection bigger than 1 (multiple selection) => Rename unsensitive
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0f423fe42..edaf6db1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2003-03-28 Xan Lopez <xan@masilla.org>
+
+ * src/bookmarks/ephy-bookmarks-editor.c:
+ (ephy_bookmarks_editor_node_selected_cb),
+ (keyword_node_selected_cb), (ephy_bookmarks_editor_construct),
+ (ephy_bookmarks_editor_update_menu):
+
+ Makes Delete and Rename menu entries in the BME unsensitive
+ under the following conditions:
+ - Topic with priority != NORMAL selected => Delete and Rename
+ unsensitive
+ - Node selection bigger than 1 (multiple selection) => Rename unsensitive
+
2003-03-28 Frank Belew <frb@ximian.com>
* Makefile.am: added xmldocs.make and omf.make to EXTRA_DIST