missed a func
authorDana Jansens <danakj@orodu.net>
Tue, 29 May 2007 23:58:03 +0000 (23:58 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 29 May 2007 23:58:03 +0000 (23:58 +0000)
src/handlers.c

index e48a7d84e0014254c268c46da8016e7ac1e495b3..1a9123484b08bd3ee1d7dde51151ad8edd555ce0 100644 (file)
@@ -1345,7 +1345,7 @@ void on_install_theme_clicked(GtkButton *w, gpointer data)
             return;
         }
 
-        if (install_theme(path, themename)) {
+        if (theme_install(path, themename)) {
             GtkWidget *w;
             GtkTreePath *path;
             GList *it;