aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-toolbars-model.h
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-07-18 21:10:24 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-07-18 21:10:24 +0800
commit482cd2bcb05ed4245da0fecfb3a9ab8e67f99616 (patch)
tree96ea6fb707a5690223cca514ebcecfc91da84f5b /src/ephy-toolbars-model.h
parent62047066d4d6ff0acf5dcc22c0d473e6df902c57 (diff)
downloadgsoc2013-epiphany-482cd2bcb05ed4245da0fecfb3a9ab8e67f99616.tar
gsoc2013-epiphany-482cd2bcb05ed4245da0fecfb3a9ab8e67f99616.tar.gz
gsoc2013-epiphany-482cd2bcb05ed4245da0fecfb3a9ab8e67f99616.tar.bz2
gsoc2013-epiphany-482cd2bcb05ed4245da0fecfb3a9ab8e67f99616.tar.lz
gsoc2013-epiphany-482cd2bcb05ed4245da0fecfb3a9ab8e67f99616.tar.xz
gsoc2013-epiphany-482cd2bcb05ed4245da0fecfb3a9ab8e67f99616.tar.zst
gsoc2013-epiphany-482cd2bcb05ed4245da0fecfb3a9ab8e67f99616.zip
Christian Persch <chpe@cvs.gnome.org>
2003-07-18 Marco Pesenti Gritti <marco@it.gnome.org> Christian Persch <chpe@cvs.gnome.org> * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_init), (ephy_bookmarks_find_bookmark): * src/ephy-toolbars-model.c: (ephy_toolbars_model_get_action_name), (topic_destroy_cb), (bookmark_destroy_cb), (setup_item), (impl_add_item), (ephy_toolbars_model_set_bookmarks), (ephy_toolbars_model_init), (get_toolbar_pos), (get_toolbar_and_item_pos), (ephy_toolbars_model_remove_bookmark), (ephy_toolbars_model_add_bookmark), (ephy_toolbars_model_has_bookmark): * src/ephy-toolbars-model.h: * src/toolbar.c: (topic_destroy_cb), (bookmark_destroy_cb): Remove bookmarks also if they are not on the bookmarks toolbar. Deal with bookmarks/model sync inside the model not in the toolbar. If there are invalid bookmarks in the toolbar configuration when loading it, emit a warning and drop them.
Diffstat (limited to 'src/ephy-toolbars-model.h')
-rwxr-xr-xsrc/ephy-toolbars-model.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/ephy-toolbars-model.h b/src/ephy-toolbars-model.h
index 35e56b406..dd8814dc9 100755
--- a/src/ephy-toolbars-model.h
+++ b/src/ephy-toolbars-model.h
@@ -58,10 +58,9 @@ void ephy_toolbars_model_add_bookmark (EphyToolbarsModel *model,
gboolean ephy_toolbars_model_has_bookmark (EphyToolbarsModel *model,
gboolean topic,
long id);
-
-void ephy_toolbars_model_remove_bookmark (EphyToolbarsModel *model,
- gboolean topic,
- long id);
+void ephy_toolbars_model_remove_bookmark (EphyToolbarsModel *model,
+ gboolean topic,
+ long id);
char *ephy_toolbars_model_get_action_name (EphyToolbarsModel *model,
gboolean topic,