Removed old debug message

newfile
Markus Koch 2017-02-09 16:53:59 +01:00
parent d066bdde58
commit 73b1154b68
1 changed files with 0 additions and 4 deletions

View File

@ -741,7 +741,6 @@ void mainWindow_otherWorkspaceClicked(GtkWidget *widget, gpointer user_data)
GtkWidget *dialog;
gint res;
dialog = gtk_file_chooser_dialog_new("Choose Workspace", GTK_WINDOW(mainWindow->mainWindow), GTK_FILE_CHOOSER_ACTION_SELECT_FOLDER,
"Cancel", GTK_RESPONSE_CANCEL,
"Select", GTK_RESPONSE_ACCEPT,
@ -758,7 +757,4 @@ void mainWindow_otherWorkspaceClicked(GtkWidget *widget, gpointer user_data)
}
gtk_widget_destroy (dialog);
g_print("TODO: Show directory browser dialog.\n");
}