2008-09-09 [colin] 3.5.0cvs96
[claws.git] / src / alertpanel.c
index 2e463e78c4b3e3f56edc223d3524648e415133b0..5f3f154da82a75b2e5ee401ca10fd84bee731ec4 100644 (file)
@@ -197,7 +197,7 @@ void alertpanel_error_log(const gchar *format, ...)
                if (val == G_ALERTALTERNATE)
                        log_window_show(mainwin->logwin);
        } else
-               alertpanel_error(buf);
+               alertpanel_error("%s", buf);
 }
 
 static void alertpanel_show(void)