X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fopenbox.c;h=134070ade73c111a05b27092ab6a1757fb52e894;hb=b58268e01a98ed7900de07318b1c8a64cf8f8ecd;hp=afe43f2745b73ca2d0ff7b58ae8465b122317f51;hpb=5cf61ee02354c1c9f80c11f3796afc4b948055d6;p=chaz%2Fopenbox diff --git a/openbox/openbox.c b/openbox/openbox.c index afe43f27..134070ad 100644 --- a/openbox/openbox.c +++ b/openbox/openbox.c @@ -174,7 +174,7 @@ int main(int argc, char **argv) parse_shutdown(); /* load the theme specified in the rc file */ - theme = theme_load("ebox"); /* woot i like this theme :) */ + theme = theme_load(config_theme); g_free(theme); if (!theme) return 1;