Removed old debug message
This commit is contained in:
parent
d066bdde58
commit
73b1154b68
@ -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");
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user