diff options
author | Bharath Acharya <abharath@novell.com> | 2010-09-14 12:07:44 +0800 |
---|---|---|
committer | Bharath Acharya <abharath@novell.com> | 2010-09-14 12:07:44 +0800 |
commit | f25b9a707ea72f1f9543b2edbd991bd1160170f2 (patch) | |
tree | 8e252eb07e92eeb9f711407f106e2cc0f5336cb6 /filter | |
parent | 23cbe11a5b11b301b17bcce23c199e9879fe2db8 (diff) | |
download | gsoc2013-evolution-f25b9a707ea72f1f9543b2edbd991bd1160170f2.tar.gz gsoc2013-evolution-f25b9a707ea72f1f9543b2edbd991bd1160170f2.tar.zst gsoc2013-evolution-f25b9a707ea72f1f9543b2edbd991bd1160170f2.zip |
Bug #629482 - assertion `child->parent==NULL' fail
A regression from https://bugzilla.gnome.org/show_bug.cgi?id=628005
Diffstat (limited to 'filter')
-rw-r--r-- | filter/e-filter-rule.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/filter/e-filter-rule.c b/filter/e-filter-rule.c index 5edd161ce9..ca9475a6af 100644 --- a/filter/e-filter-rule.c +++ b/filter/e-filter-rule.c @@ -796,8 +796,6 @@ filter_rule_get_widget (EFilterRule *rule, inruleame = gtk_vbox_new (FALSE, 6); gtk_box_pack_start (GTK_BOX (hbox), inruleame, TRUE, TRUE, 0); - gtk_box_pack_start (GTK_BOX (inruleame), hbox, FALSE, FALSE, 3); - l = rule->parts; i = 0; while (l) { |