aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-07-23 00:09:19 +0800
committerChristian Persch <chpe@src.gnome.org>2003-07-23 00:09:19 +0800
commitd55c3cc3045d0c3c0b9a6c59fdd315cda7510d98 (patch)
tree76d2e1dbf69bdae7b529f0bb1baf1776ec546223 /ChangeLog
parentbde9f595b1e33906f2128bb62e3468ca37981115 (diff)
downloadgsoc2013-epiphany-d55c3cc3045d0c3c0b9a6c59fdd315cda7510d98.tar
gsoc2013-epiphany-d55c3cc3045d0c3c0b9a6c59fdd315cda7510d98.tar.gz
gsoc2013-epiphany-d55c3cc3045d0c3c0b9a6c59fdd315cda7510d98.tar.bz2
gsoc2013-epiphany-d55c3cc3045d0c3c0b9a6c59fdd315cda7510d98.tar.lz
gsoc2013-epiphany-d55c3cc3045d0c3c0b9a6c59fdd315cda7510d98.tar.xz
gsoc2013-epiphany-d55c3cc3045d0c3c0b9a6c59fdd315cda7510d98.tar.zst
gsoc2013-epiphany-d55c3cc3045d0c3c0b9a6c59fdd315cda7510d98.zip
If the page is about:blank, set title to "Blank page", not "about:blank".
2003-07-22 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: (ephy_tab_set_title): If the page is about:blank, set title to "Blank page", not "about:blank". * src/bookmarks/ephy-topic-action.c: (append_bookmarks_menu), (build_topics_menu): If there are no uncategorised bookmarks, don't append insensitive "Empty" menu item after the topics.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cf4643b3e..99be9759a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2003-07-22 Christian Persch <chpe@cvs.gnome.org>
+ * src/ephy-tab.c: (ephy_tab_set_title):
+
+ If the page is about:blank, set title to "Blank page", not "about:blank".
+
+ * src/bookmarks/ephy-topic-action.c: (append_bookmarks_menu),
+ (build_topics_menu):
+
+ If there are no uncategorised bookmarks, don't append insensitive
+ "Empty" menu item after the topics.
+
+2003-07-22 Christian Persch <chpe@cvs.gnome.org>
+
* lib/widgets/ephy-event-box.h:
* lib/widgets/ephy-event-box.c: