Commit ade002ba1833892a8c415b06766b79da71ccfee3
1 parent
a59301e9
Exists in
master
and in
1 other branch
Fixing windows build.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/dialogs/windows/select.c
... | ... | @@ -160,7 +160,7 @@ gchar * v3270_select_file(GtkWidget *widget, const gchar *title, const gchar *bu |
160 | 160 | NULL |
161 | 161 | ); |
162 | 162 | |
163 | - gtk_window_set_deletable(GTK_WINDOW(dialog),FALSE); | |
163 | + gtk_window_set_deletable(GTK_WINDOW(chooser),FALSE); | |
164 | 164 | g_signal_connect(G_OBJECT(chooser),"close",G_CALLBACK(v3270_dialog_close),NULL); |
165 | 165 | |
166 | 166 | if(filename && *filename) | ... | ... |