diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-01-20 05:39:01 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-01-20 05:39:01 +0800 |
commit | a43ee535a9b483a7e28abae496854c65a5c25703 (patch) | |
tree | d601fa8db6f06170ba30c5c2b0110d73f9ef953c /src/bookmarks/ephy-bookmarks-import.h | |
parent | 1f991ceea9103d6e4c364e5584d092b1b866b469 (diff) | |
download | gsoc2013-epiphany-a43ee535a9b483a7e28abae496854c65a5c25703.tar gsoc2013-epiphany-a43ee535a9b483a7e28abae496854c65a5c25703.tar.gz gsoc2013-epiphany-a43ee535a9b483a7e28abae496854c65a5c25703.tar.bz2 gsoc2013-epiphany-a43ee535a9b483a7e28abae496854c65a5c25703.tar.lz gsoc2013-epiphany-a43ee535a9b483a7e28abae496854c65a5c25703.tar.xz gsoc2013-epiphany-a43ee535a9b483a7e28abae496854c65a5c25703.tar.zst gsoc2013-epiphany-a43ee535a9b483a7e28abae496854c65a5c25703.zip |
Show profile name for mozilla bookmarks, so we can distinguish between
2005-01-19 Christian Persch <chpe@cvs.gnome.org>
* lib/ephy-file-helpers.c: (ephy_find_file_recursive):
* src/bookmarks/ephy-bookmarks-editor.c: (add_bookmarks_files),
(add_bookmarks_source), (import_dialog_response_cb),
(cmd_bookmarks_import):
* src/bookmarks/ephy-bookmarks-import.c: (ephy_bookmarks_import):
* src/bookmarks/ephy-bookmarks-import.h:
Show profile name for mozilla bookmarks, so we can distinguish between
different profiles. Don't show firefox bookmarks as mozilla bookmarks.
Fixes bug #143982.
Diffstat (limited to 'src/bookmarks/ephy-bookmarks-import.h')
-rw-r--r-- | src/bookmarks/ephy-bookmarks-import.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/bookmarks/ephy-bookmarks-import.h b/src/bookmarks/ephy-bookmarks-import.h index 8938baef7..43e5db551 100644 --- a/src/bookmarks/ephy-bookmarks-import.h +++ b/src/bookmarks/ephy-bookmarks-import.h @@ -1,5 +1,6 @@ /* - * Copyright (C) 2003 Marco Pesenti Gritti + * Copyright (C) 2003, 2004 Marco Pesenti Gritti + * Copyright (C) 2003, 2004, 2005 Christian Persch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -26,8 +27,9 @@ G_BEGIN_DECLS #define MOZILLA_BOOKMARKS_DIR ".mozilla" -#define FIREBIRD_BOOKMARKS_DIR ".phoenix" -#define FIREFOX_BOOKMARKS_DIR ".firefox" +#define FIREFOX_BOOKMARKS_DIR_0 ".phoenix" +#define FIREFOX_BOOKMARKS_DIR_1 ".firefox" +#define FIREFOX_BOOKMARKS_DIR_2 ".mozilla/firefox" #define GALEON_BOOKMARKS_DIR ".galeon" #define KDE_BOOKMARKS_DIR ".kde/share/apps/konqueror" |