don't throw garbage error on missing e/desktop/background group for theme dialog
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Thu, 6 Dec 2012 07:44:00 +0000 (07:44 +0000)
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>
Thu, 6 Dec 2012 07:44:00 +0000 (07:44 +0000)
SVN revision: 80304

src/modules/conf_theme/e_int_config_theme.c

index 64b5dd1..09f1ae0 100644 (file)
@@ -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