From 3f344ca815834647ff9f62cebf8ec53fd2911f00 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 31 May 2007 04:39:12 +0000 Subject: [PATCH] update theme previews when titlelayout changes --- src/handlers.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/handlers.c b/src/handlers.c index b700e5e..084151e 100644 --- a/src/handlers.c +++ b/src/handlers.c @@ -1226,7 +1226,7 @@ void on_title_layout_changed(GtkEntry *w, gpointer data) titlelayout = g_strdup(layout); g_free(layout); - + handlers_update_theme_previews(); } static void set_desktop_names() -- 2.34.1