revert that. i am too lazy today
authorDana Jansens <danakj@orodu.net>
Sat, 2 Jun 2007 17:32:12 +0000 (17:32 +0000)
committerDana Jansens <danakj@orodu.net>
Sat, 2 Jun 2007 17:32:12 +0000 (17:32 +0000)
render/theme.c

index 945a9798edefaed3888b1656d8382bc3213d7b92..9c1db343b4f87c42a148a0402d2940b5e2f70c51 100644 (file)
@@ -536,9 +536,6 @@ RrTheme* RrThemeNew(const RrInstance *inst, gchar *name,
                          TRUE))
         set_default_appearance(theme->a_unfocused_grip);
     if (!read_appearance(db, inst,
-                         "menu.bg", theme->a_menu,
-                         FALSE) &&
-        !read_appearance(db, inst,
                          "menu.items.bg", theme->a_menu,
                          FALSE))
         set_default_appearance(theme->a_menu);
@@ -547,9 +544,6 @@ RrTheme* RrThemeNew(const RrInstance *inst, gchar *name,
                          TRUE))
         set_default_appearance(theme->a_menu_title);
     if (!read_appearance(db, inst,
-                         "menu.active.bg", theme->a_menu_selected,
-                         TRUE) &&
-        !read_appearance(db, inst,
                          "menu.items.active.bg", theme->a_menu_selected,
                          TRUE))
         set_default_appearance(theme->a_menu_selected);