From 054c0881696a85f537e93b4950a28f505a3dc0f7 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 24 Sep 2009 18:04:36 -0400 Subject: =?UTF-8?q?Bug=C2=A0589153=20-=20Use=20GtkBuilder=20instead=20of?= =?UTF-8?q?=20libglade?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- filter/e-rule-editor.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'filter/e-rule-editor.h') diff --git a/filter/e-rule-editor.h b/filter/e-rule-editor.h index f7f2d2defd..2b1a4f2bf7 100644 --- a/filter/e-rule-editor.h +++ b/filter/e-rule-editor.h @@ -25,7 +25,6 @@ #define E_RULE_EDITOR_H #include -#include #include "e-rule-context.h" #include "e-filter-rule.h" @@ -109,7 +108,7 @@ ERuleEditor * e_rule_editor_new (ERuleContext *context, const gchar *label); void e_rule_editor_construct (ERuleEditor *editor, ERuleContext *context, - GladeXML *gui, + GtkBuilder *builder, const gchar *source, const gchar *label); void e_rule_editor_set_source (ERuleEditor *editor, -- cgit v1.2.3