Commit f584e5eab367ceea838c35c1db854c06afd3a18f

Authored by Perry Werneck
1 parent 3515b26d
Exists in master and in 1 other branch develop

Fixing Debian 8 build issues.

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/dialogs/select.c
@@ -88,7 +88,7 @@ gchar * v3270_select_file(GtkWidget *widget, const gchar *title, const gchar *bu @@ -88,7 +88,7 @@ gchar * v3270_select_file(GtkWidget *widget, const gchar *title, const gchar *bu
88 gtk_file_chooser_dialog_new 88 gtk_file_chooser_dialog_new
89 ( 89 (
90 title, 90 title,
91 - GTK_WINDOW(gtk_widget_get_toplevel(dialog)), 91 + GTK_WINDOW(gtk_widget_get_toplevel(widget)),
92 action, 92 action,
93 _("_Cancel" ), GTK_RESPONSE_CANCEL, 93 _("_Cancel" ), GTK_RESPONSE_CANCEL,
94 button, GTK_RESPONSE_ACCEPT, 94 button, GTK_RESPONSE_ACCEPT,