From ccba023d9a6284eaa727544be3a31079fe0a030a Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 6 Dec 2012 07:44:00 +0000 Subject: [PATCH] don't throw garbage error on missing e/desktop/background group for theme dialog SVN revision: 80304 --- src/modules/conf_theme/e_int_config_theme.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/conf_theme/e_int_config_theme.c b/src/modules/conf_theme/e_int_config_theme.c index 64b5dd1eb..09f1ae037 100644 --- a/src/modules/conf_theme/e_int_config_theme.c +++ b/src/modules/conf_theme/e_int_config_theme.c @@ -332,8 +332,8 @@ _open_test_cb(void *file) { if (!edje_file_group_exists(eet_file_get(file), "e/desktop/background")) e_util_dialog_show(_("Theme File Error"), - _("%s file does not contain e/desktop/background group!"), - (char*)file); + _("%s is probably not an E17 theme!"), + eet_file_get(file)); } static void