]> Dogcows Code - chaz/openbox/commitdiff
set name to the name of the theme when falling back
authorDana Jansens <danakj@orodu.net>
Wed, 30 May 2007 13:39:10 +0000 (13:39 +0000)
committerDana Jansens <danakj@orodu.net>
Wed, 30 May 2007 13:39:10 +0000 (13:39 +0000)
render/theme.c

index b4d869182daa23da08c16ca76fdd8532310aced9..152ea34fb70d57b552c59abfb771dab7b748c61a 100644 (file)
@@ -90,6 +90,7 @@ RrTheme* RrThemeNew(const RrInstance *inst, gchar *name,
             g_message("Unable to load the theme '%s'", DEFAULT_THEME);
             return NULL;
         }
+        name = DEFAULT_THEME;
     }
     ps.inst = inst;
 
This page took 0.025515 seconds and 4 git commands to generate.