aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-10-27 21:00:49 +0800
committerChristian Persch <chpe@src.gnome.org>2004-10-27 21:00:49 +0800
commita4feb18c20c79c1929fe2fe6d7c0828077dc18f8 (patch)
treebb82c688e449de9fcf4b49f195ae3e0ec4017bc5 /ChangeLog
parent6e074fb3eb0f51be6ca04c440d7435b965312d89 (diff)
downloadgsoc2013-epiphany-a4feb18c20c79c1929fe2fe6d7c0828077dc18f8.tar
gsoc2013-epiphany-a4feb18c20c79c1929fe2fe6d7c0828077dc18f8.tar.gz
gsoc2013-epiphany-a4feb18c20c79c1929fe2fe6d7c0828077dc18f8.tar.bz2
gsoc2013-epiphany-a4feb18c20c79c1929fe2fe6d7c0828077dc18f8.tar.lz
gsoc2013-epiphany-a4feb18c20c79c1929fe2fe6d7c0828077dc18f8.tar.xz
gsoc2013-epiphany-a4feb18c20c79c1929fe2fe6d7c0828077dc18f8.tar.zst
gsoc2013-epiphany-a4feb18c20c79c1929fe2fe6d7c0828077dc18f8.zip
Fix label of "All" topic on bookmarksbar.
2004-10-27 Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-topic-action.c: (ephy_topic_action_sync_label), (connect_proxy): Fix label of "All" topic on bookmarksbar.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 452a9695a..e03123f66 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2004-10-27 Christian Persch <chpe@cvs.gnome.org>
+ * src/bookmarks/ephy-topic-action.c:
+ (ephy_topic_action_sync_label), (connect_proxy):
+
+ Fix label of "All" topic on bookmarksbar.
+
+2004-10-27 Christian Persch <chpe@cvs.gnome.org>
+
* lib/widgets/ephy-location-entry.c: (completion_func):
Avoid strdups in entry completion func. Patch by Peter Harvey.