From: Dana Jansens Date: Sun, 3 Jun 2007 20:54:01 +0000 (+0000) Subject: go to the new theme once it is installed X-Git-Tag: release-2.0.2~41 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=76c8ddb5a63eb6481767ba42b213fd5fd6b83cb2;p=dana%2Fobconf.git go to the new theme once it is installed --- diff --git a/src/theme.c b/src/theme.c index 9ffc607..a30befe 100644 --- a/src/theme.c +++ b/src/theme.c @@ -159,6 +159,8 @@ void theme_install(const gchar *path) if ((name = archive_install(path))) tree_set_string("theme/name", name); g_free(name); + + theme_load_all(); } void theme_load_all()