christ, did I seriously forget to remove that code

This commit is contained in:
StapleButter 2017-10-03 03:28:49 +02:00
parent 012a7d61a7
commit 9125620ff1
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ static char *filedialog(GtkWindow *parent, GtkFileChooserAction mode, const gcha
break;
}
}
printf("add filter\n");
gtk_file_chooser_add_filter(fc, filter);
}
else