From 58b804224290eff50eca91468800e3374e852a13 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Tue, 29 May 2007 23:58:03 +0000 Subject: [PATCH] missed a func --- src/handlers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handlers.c b/src/handlers.c index e48a7d8..1a91234 100644 --- a/src/handlers.c +++ b/src/handlers.c @@ -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; -- 2.39.2