X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=gui_theme.c;h=3c9886d18a2a2a3cbae88a74f79b052391b64672;hb=ba788dd38a53b29c8d573d8e78da4a8e5723a0a9;hp=3963d35267e33307fc68867513a08c66ccfb591f;hpb=bfe2c5c8caaa8ae20f7b95e364825b397cdaa9d3;p=paraslash.git diff --git a/gui_theme.c b/gui_theme.c index 3963d352..3c9886d1 100644 --- a/gui_theme.c +++ b/gui_theme.c @@ -381,6 +381,7 @@ static void set_theme(int num, struct gui_theme *t) t->name = themes[num].name; themes[num].init(t); current_theme_num = num; + PARA_NOTICE_LOG("theme: %s\n", t->name); } void theme_init(const char *name, struct gui_theme *t)