fix actions: escaping, forwarding, execute
[claws.git] / src / prefs_filtering.c
index b13eeeba709909976773244333ca402afe1aa7d3..aa3c7da5b7d53399bd31c2a1d7e39cb54b1617e0 100644 (file)
@@ -837,10 +837,9 @@ static void prefs_filtering_select_set(FilteringProp * prop)
        }
 
        gtk_entry_set_text(GTK_ENTRY(filtering.cond_entry), matcher_str);
        }
 
        gtk_entry_set_text(GTK_ENTRY(filtering.cond_entry), matcher_str);
-
+       
        if (action->destination)
        if (action->destination)
-               gtk_entry_set_text(GTK_ENTRY(filtering.dest_entry),
-                                  action->destination);
+               gtk_entry_set_text(GTK_ENTRY(filtering.dest_entry), action->destination);
        else
                gtk_entry_set_text(GTK_ENTRY(filtering.dest_entry), "");
 
        else
                gtk_entry_set_text(GTK_ENTRY(filtering.dest_entry), "");