From: Dana Jansens Date: Tue, 29 May 2007 23:58:03 +0000 (+0000) Subject: missed a func X-Git-Tag: release-2.0.2~165 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=58b804224290eff50eca91468800e3374e852a13;p=dana%2Fobconf.git missed a func --- 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;