Cache launcher icons

This commit is contained in:
o9000
2016-02-29 23:44:00 +01:00
parent 5a9dc31fbb
commit 4dfe411bf4
7 changed files with 209 additions and 36 deletions

View File

@@ -485,6 +485,7 @@ static void edit_current_theme()
GtkWidget *prop;
prop = create_properties();
config_read_file(file);
save_icon_cache(icon_theme);
gtk_window_present(GTK_WINDOW(prop));
g_free(file);
}