LarsGit223 commented on this pull request.
- gtk_widget_destroy(dialog);
+ + return utf8_filename; +} + + +/** Shows the dialog "Open workbench". + * + * The dialog lets the user choose an existing workbench file (filter *.geanywb). + * + * @return The filename + * + **/ +gchar *dialogs_open_workbench(void) +{ + gchar *utf8_filename = NULL;
Fixed.