tint2conf: cleanup GUI

This commit is contained in:
o9000
2015-04-25 15:45:15 +02:00
parent ae76f82ee0
commit 233157930b
2 changed files with 251 additions and 283 deletions

View File

@@ -163,7 +163,7 @@ void panel_move_item_up(GtkWidget *widget, gpointer data);
void applyClicked(GtkWidget *widget, gpointer data)
{
char *file = get_current_theme_file_name();
gchar *file = get_current_theme_file_name();
if (file) {
if (config_is_manual(file)) {
gchar *backup_path = g_strdup_printf("%s.backup.%ld", file, time(NULL));