aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog17
-rw-r--r--src/bookmarks/ephy-bookmark-properties.c1
2 files changed, 6 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 5810879a9..e4efc0d5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>