diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-03-02 04:12:32 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-03-02 04:12:32 +0800 |
commit | 67a48b9741659c516d6e62f0a9f85a3493d8010f (patch) | |
tree | 51d5f2f29d9a888635bcc8ce723d8d7f9bbef1e7 /ChangeLog | |
parent | 048097ea7ab957055ba125557bac9e96d7754129 (diff) | |
download | gsoc2013-epiphany-67a48b9741659c516d6e62f0a9f85a3493d8010f.tar gsoc2013-epiphany-67a48b9741659c516d6e62f0a9f85a3493d8010f.tar.gz gsoc2013-epiphany-67a48b9741659c516d6e62f0a9f85a3493d8010f.tar.bz2 gsoc2013-epiphany-67a48b9741659c516d6e62f0a9f85a3493d8010f.tar.lz gsoc2013-epiphany-67a48b9741659c516d6e62f0a9f85a3493d8010f.tar.xz gsoc2013-epiphany-67a48b9741659c516d6e62f0a9f85a3493d8010f.tar.zst gsoc2013-epiphany-67a48b9741659c516d6e62f0a9f85a3493d8010f.zip |
When changing a bookmark address and it was a smart bookmark but now is
2004-03-01 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks.c: (update_has_smart_address):
When changing a bookmark address and it was a smart bookmark but
now is not anymore, remove the bookmark from the smart_bmks node
instead of adding it :)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2004-03-01 Christian Persch <chpe@cvs.gnome.org> + * src/bookmarks/ephy-bookmarks.c: (update_has_smart_address): + + When changing a bookmark address and it was a smart bookmark but + now is not anymore, remove the bookmark from the smart_bmks node + instead of adding it :) + +2004-03-01 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-toolbars-model.c: (get_toolbar_pos), (ephy_toolbars_model_set_bookmarks): |