From 89ec72878a8361741d023145bb8a3baf5d818907 Mon Sep 17 00:00:00 2001 From: Sebastian Dransfeld Date: Mon, 27 Oct 2008 10:47:11 +0000 Subject: [PATCH] Revert my previous fix, and do a correct fix. SVN revision: 37223 --- src/bin/e_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_config.c b/src/bin/e_config.c index f1441add1..017e63c89 100644 --- a/src/bin/e_config.c +++ b/src/bin/e_config.c @@ -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; }