go to the new theme once it is installed
authorDana Jansens <danakj@orodu.net>
Sun, 3 Jun 2007 20:54:01 +0000 (20:54 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 3 Jun 2007 20:54:01 +0000 (20:54 +0000)
src/theme.c

index 9ffc607b675a43eb59356d2d9e8c7372784db874..a30befe07973e9ab017d47e17d5ff71581850c18 100644 (file)
@@ -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()