diff --git a/src/gtk/colors.c b/src/gtk/colors.c index 87df174..bb03132 100644 --- a/src/gtk/colors.c +++ b/src/gtk/colors.c @@ -317,7 +317,17 @@ if(gtk_dialog_run(GTK_DIALOG(dialog)) == GTK_RESPONSE_ACCEPT) { - // Acepted, save in configuration file + // Accepted, save in configuration file + int f; + GString *str = g_string_new(""); + for(f=0;fstr); + g_string_free(str,TRUE); } else { -- libgit2 0.21.2