Revert my previous fix, and do a correct fix.

SVN revision: 37223
This commit is contained in:
Sebastian Dransfeld 2008-10-27 10:47:11 +00:00
parent d23740460d
commit 89ec72878a
1 changed files with 1 additions and 1 deletions

View File

@ -1956,7 +1956,7 @@ _e_config_free(void)
static int
_e_config_cb_timer(void *data)
{
e_util_dialog_show(_("Configuration Upgraded"), _("Configuration Upgraded"));
e_util_dialog_show(_("Configuration Upgraded"), "%s", (char *)data);
return 0;
}