diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-03-25 05:02:39 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-03-25 05:02:39 +0800 |
commit | a920f4d662c9d6460990e7a1a551064c9f1ab211 (patch) | |
tree | 853c167d2b19dd02780946732d0d0257f729c4a9 | |
parent | 5edfc6d1d2c7ba42be2463c1609b8c1482e32799 (diff) | |
download | gsoc2013-epiphany-a920f4d662c9d6460990e7a1a551064c9f1ab211.tar gsoc2013-epiphany-a920f4d662c9d6460990e7a1a551064c9f1ab211.tar.gz gsoc2013-epiphany-a920f4d662c9d6460990e7a1a551064c9f1ab211.tar.bz2 gsoc2013-epiphany-a920f4d662c9d6460990e7a1a551064c9f1ab211.tar.lz gsoc2013-epiphany-a920f4d662c9d6460990e7a1a551064c9f1ab211.tar.xz gsoc2013-epiphany-a920f4d662c9d6460990e7a1a551064c9f1ab211.tar.zst gsoc2013-epiphany-a920f4d662c9d6460990e7a1a551064c9f1ab211.zip |
fix a warning
2003-03-24 Marco Pesenti Gritti <marco@it.gnome.org>
* src/bookmarks/ephy-bookmark-properties.c:
fix a warning
-rw-r--r-- | ChangeLog | 17 | ||||
-rw-r--r-- | src/bookmarks/ephy-bookmark-properties.c | 1 |
2 files changed, 6 insertions, 12 deletions
@@ -1,18 +1,8 @@ 2003-03-24 Marco Pesenti Gritti <marco@it.gnome.org> - * src/bookmarks/ephy-bookmark-properties.c: (build_ui): - * src/bookmarks/ephy-bookmarks-editor.c: - (ephy_bookmarks_editor_construct): - * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_init): - * src/bookmarks/ephy-bookmarks.h: - * src/bookmarks/ephy-new-bookmark.c: (ephy_new_bookmark_construct): - * src/bookmarks/ephy-topics-selector.c: (fill_model): - * src/bookmarks/ephy-tree-model-node.c: - (ephy_tree_model_node_get_value): - * src/bookmarks/ephy-tree-model-node.h: + * src/bookmarks/ephy-bookmark-properties.c: - Dont put special keywords in the topics list. - Use ephy-state for size of all bookmarks dialogs. + fix a warning 2003-03-24 Marco Pesenti Gritti <marco@it.gnome.org> @@ -27,6 +17,9 @@ (ephy_tree_model_node_get_value): * src/bookmarks/ephy-tree-model-node.h: + Dont put special keywords in the topics list. + Use ephy-state for size of all bookmarks dialogs. + 2003-03-24 David Bordoley <bordoley@msu.edu> * data/art/epiphany-bookmark-page.png: (New file): diff --git a/src/bookmarks/ephy-bookmark-properties.c b/src/bookmarks/ephy-bookmark-properties.c index 448d8a660..2096f139c 100644 --- a/src/bookmarks/ephy-bookmark-properties.c +++ b/src/bookmarks/ephy-bookmark-properties.c @@ -21,6 +21,7 @@ #include "ephy-topics-selector.h" #include "ephy-debug.h" #include "ephy-shell.h" +#include "ephy-state.h" #include <gtk/gtkstock.h> #include <gtk/gtkentry.h> |