elm_theme - removed temporary codes.
authorChunEon Park <chuneon.park@samsung.com>
Wed, 20 Jul 2011 06:36:05 +0000 (15:36 +0900)
committerChunEon Park <chuneon.park@samsung.com>
Wed, 20 Jul 2011 06:36:05 +0000 (15:36 +0900)
It works fine again.

src/lib/elm_theme.c

index 5f46dc2..736f6e1 100644 (file)
@@ -727,8 +727,6 @@ 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);
 }