aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@svn.gnome.org>2007-01-03 03:47:49 +0800
committerDiego Escalante Urrelo <diegoe@src.gnome.org>2007-01-03 03:47:49 +0800
commit1885536e41726d40825753019e37c793dc83a70d (patch)
tree40f50e6726fdb51010ad4ef49011ccbae5c04f92 /ChangeLog
parentcd3b869d189cc52c08a8807cd03994adc761e5ad (diff)
downloadgsoc2013-epiphany-1885536e41726d40825753019e37c793dc83a70d.tar
gsoc2013-epiphany-1885536e41726d40825753019e37c793dc83a70d.tar.gz
gsoc2013-epiphany-1885536e41726d40825753019e37c793dc83a70d.tar.bz2
gsoc2013-epiphany-1885536e41726d40825753019e37c793dc83a70d.tar.lz
gsoc2013-epiphany-1885536e41726d40825753019e37c793dc83a70d.tar.xz
gsoc2013-epiphany-1885536e41726d40825753019e37c793dc83a70d.tar.zst
gsoc2013-epiphany-1885536e41726d40825753019e37c793dc83a70d.zip
Disables "Add Bookmark" in the File menu when bookmarks are locked down.
2007-01-02 Diego Escalante Urrelo <diegoe@svn.gnome.org> * src/ephy-history-window.c: (ephy_history_window_update_menu): Disables "Add Bookmark" in the File menu when bookmarks are locked down. * src/bookmarks/ephy-bookmark-properties.c: (ephy_bookmark_properties_constructor): Makes the topics pane insensitive and the rest of entries non-editables (but sensitive so we can select the text) when bookmarks are locked down. * src/bookmarks/ephy-bookmarks-ui.c: (ephy_bookmarks_ui_add_bookmark): Don't allow the add bookmark ui to appear if it's locked down. svn path=/trunk/; revision=6778
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f836bf271..2bbf24a3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2007-01-02 Diego Escalante Urrelo <diegoe@svn.gnome.org>
+
+ * src/ephy-history-window.c: (ephy_history_window_update_menu):
+
+ Disables "Add Bookmark" in the File menu when bookmarks are locked
+ down.
+
+ * src/bookmarks/ephy-bookmark-properties.c: (ephy_bookmark_properties_constructor):
+
+ Makes the topics pane insensitive and the rest of entries
+ non-editables (but sensitive so we can select the text)
+ when bookmarks are locked down.
+
+ * src/bookmarks/ephy-bookmarks-ui.c: (ephy_bookmarks_ui_add_bookmark):
+
+ Don't allow the add bookmark ui to appear if it's locked down.
+
2006-12-31 Christian Persch <chpe@svn.gnome.org>
* src/ephy-main.c: (main):