diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-10-27 21:00:49 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-10-27 21:00:49 +0800 |
commit | a4feb18c20c79c1929fe2fe6d7c0828077dc18f8 (patch) | |
tree | bb82c688e449de9fcf4b49f195ae3e0ec4017bc5 /ChangeLog | |
parent | 6e074fb3eb0f51be6ca04c440d7435b965312d89 (diff) | |
download | gsoc2013-epiphany-a4feb18c20c79c1929fe2fe6d7c0828077dc18f8.tar.gz 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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |