+2008-11-14 [colin] 3.6.1cvs28
+
+ * src/prefs_actions.c
+ Comment out bogus (IMO) warning
+
2008-11-14 [colin] 3.6.1cvs27
* src/mainwindow.c
( cvs diff -u -r 1.61.2.90 -r 1.61.2.91 src/account.c; cvs diff -u -r 1.60.2.47 -r 1.60.2.48 src/filtering.c; ) > 3.6.1cvs25.patchset
( cvs diff -u -r 1.1.2.54 -r 1.1.2.55 src/plugins/pgpcore/sgpgme.c; ) > 3.6.1cvs26.patchset
( cvs diff -u -r 1.274.2.290 -r 1.274.2.291 src/mainwindow.c; cvs diff -u -r 1.395.2.399 -r 1.395.2.400 src/summaryview.c; cvs diff -u -r 1.68.2.49 -r 1.68.2.50 src/summaryview.h; cvs diff -u -r 1.5.2.37 -r 1.5.2.38 src/gtk/menu.c; cvs diff -u -r 1.4.2.20 -r 1.4.2.21 src/gtk/menu.h; ) > 3.6.1cvs27.patchset
+( cvs diff -u -r 1.60.2.63 -r 1.60.2.64 src/prefs_actions.c; ) > 3.6.1cvs28.patchset
gchar *action_str, **tokens;
GSList *action_list = NULL, *cur;
+/* I think this warning is useless - it's logical to clear the field when
+ changing its type.
+
if(modified && alertpanel(_("Entry was modified"),
_("Opening the filter action dialog will clear current modifications "
"of the command line."),
GTK_STOCK_CANCEL, _("+_Continue editing"), NULL) == G_ALERTDEFAULT)
return;
-
+*/
action_str = gtk_editable_get_chars(GTK_EDITABLE(actions.cmd_entry), 0, -1);
tokens = g_strsplit_set(action_str, "{}", 5);