aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-filter-rule.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/em-filter-rule.c')
-rw-r--r--mail/em-filter-rule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-filter-rule.c b/mail/em-filter-rule.c
index cd0c46b570..595bef8bfe 100644
--- a/mail/em-filter-rule.c
+++ b/mail/em-filter-rule.c
@@ -351,7 +351,7 @@ get_rule_part_widget (EMFilterContext *f,
data->f = f;
data->part = newpart;
- hbox = gtk_hbox_new (FALSE, 0);
+ hbox = gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0);
/* only set to automatically clean up the memory and for less_parts */
g_object_set_data_full ((GObject *) hbox, "data", data, g_free);