aboutsummaryrefslogtreecommitdiffstats
path: root/filter/score-editor.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2002-11-06 13:47:50 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-11-06 13:47:50 +0800
commit29dd4322923d9532f8630bfb98217431fdef7e1c (patch)
tree4c4aaa2df512a34f4ee99da00cc1a6c58178c615 /filter/score-editor.c
parent30d40d19329b325a6ddd29db2576cf63306f05d9 (diff)
downloadgsoc2013-evolution-29dd4322923d9532f8630bfb98217431fdef7e1c.tar
gsoc2013-evolution-29dd4322923d9532f8630bfb98217431fdef7e1c.tar.gz
gsoc2013-evolution-29dd4322923d9532f8630bfb98217431fdef7e1c.tar.bz2
gsoc2013-evolution-29dd4322923d9532f8630bfb98217431fdef7e1c.tar.lz
gsoc2013-evolution-29dd4322923d9532f8630bfb98217431fdef7e1c.tar.xz
gsoc2013-evolution-29dd4322923d9532f8630bfb98217431fdef7e1c.tar.zst
gsoc2013-evolution-29dd4322923d9532f8630bfb98217431fdef7e1c.zip
a ton more build fixes
svn path=/trunk/; revision=18582
Diffstat (limited to 'filter/score-editor.c')
-rw-r--r--filter/score-editor.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/filter/score-editor.c b/filter/score-editor.c
index e5023260ba..107a4434ce 100644
--- a/filter/score-editor.c
+++ b/filter/score-editor.c
@@ -25,8 +25,7 @@
#include <config.h>
#endif
-#include <gtk/gtkframe.h>
-#include <libgnome/gnome-defs.h>
+#include <gtk/gtk.h>
#include <libgnome/gnome-i18n.h>
#include "score-editor.h"
@@ -107,7 +106,7 @@ score_editor_new (ScoreContext *sc)
GladeXML *gui;
GtkWidget *w;
- gui = glade_xml_new (FILTER_GLADEDIR "/filter.glade", "rule_editor");
+ gui = glade_xml_new (FILTER_GLADEDIR "/filter.glade", "rule_editor", NULL);
rule_editor_construct ((RuleEditor *) se, (RuleContext *) sc, gui, NULL);
w = glade_xml_get_widget (gui, "rule_frame");