From 76c8ddb5a63eb6481767ba42b213fd5fd6b83cb2 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 3 Jun 2007 20:54:01 +0000 Subject: [PATCH] go to the new theme once it is installed --- src/theme.c | 2 ++ 1 file changed, 2 insertions(+) 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() -- 2.39.2