[elm_theme] temporary modification for setting theme property
authorShinwoo Kim <cinoo.kim@samsung.com>
Mon, 20 Jun 2011 11:57:30 +0000 (20:57 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Mon, 20 Jun 2011 11:57:30 +0000 (20:57 +0900)
Change-Id: I1ba45a5cde9fd14de5ba6baef22ccaf430d34081

src/lib/elm_theme.c

index 736f6e1..5f46dc2 100644 (file)
@@ -727,6 +727,8 @@ elm_theme_all_set(const char *theme)
    if (!atom) atom = ecore_x_atom_get("ENLIGHTENMENT_THEME");
    ecore_x_window_prop_string_set(ecore_x_window_root_first_get(),
                                   atom, theme);
+   //FIXME - ecore_x_window_prop_string_set() works properly only after ecore_x_window_prop_string_get() is called.
+   ecore_x_window_prop_string_get(ecore_x_window_root_first_get(), atom);
 #endif
    elm_theme_set(NULL, theme);
 }