Commit f2ab533ad0478fb815b185634dc423046b1e3772
1 parent
fc3b8b17
Exists in
master
and in
5 other branches
Fixing windows build.
Showing
2 changed files
with
1 additions
and
18 deletions
Show diff stats
pw3270.cbp
@@ -146,22 +146,7 @@ | @@ -146,22 +146,7 @@ | ||
146 | <Unit filename="src/pw3270/fonts.c"> | 146 | <Unit filename="src/pw3270/fonts.c"> |
147 | <Option compilerVar="CC" /> | 147 | <Option compilerVar="CC" /> |
148 | </Unit> | 148 | </Unit> |
149 | - <Unit filename="src/pw3270/ft/browse.c"> | ||
150 | - <Option compilerVar="CC" /> | ||
151 | - </Unit> | ||
152 | - <Unit filename="src/pw3270/ft/filetransfer.c"> | ||
153 | - <Option compilerVar="CC" /> | ||
154 | - </Unit> | ||
155 | - <Unit filename="src/pw3270/ft/ftdialog.c"> | ||
156 | - <Option compilerVar="CC" /> | ||
157 | - </Unit> | ||
158 | - <Unit filename="src/pw3270/ft/ftprogress.c"> | ||
159 | - <Option compilerVar="CC" /> | ||
160 | - </Unit> | ||
161 | <Unit filename="src/pw3270/ft/private.h" /> | 149 | <Unit filename="src/pw3270/ft/private.h" /> |
162 | - <Unit filename="src/pw3270/ft/testprogram.c"> | ||
163 | - <Option compilerVar="CC" /> | ||
164 | - </Unit> | ||
165 | <Unit filename="src/pw3270/ft/v3270ft.h" /> | 150 | <Unit filename="src/pw3270/ft/v3270ft.h" /> |
166 | <Unit filename="src/pw3270/hostdialog.c"> | 151 | <Unit filename="src/pw3270/hostdialog.c"> |
167 | <Option compilerVar="CC" /> | 152 | <Option compilerVar="CC" /> |
src/pw3270/actions.c
@@ -303,9 +303,7 @@ static void copy_as_html_action(GtkAction *action, GtkWidget *widget) | @@ -303,9 +303,7 @@ static void copy_as_html_action(GtkAction *action, GtkWidget *widget) | ||
303 | 303 | ||
304 | G_GNUC_INTERNAL void transfer_action(GtkAction *action, GtkWidget *widget) | 304 | G_GNUC_INTERNAL void transfer_action(GtkAction *action, GtkWidget *widget) |
305 | { | 305 | { |
306 | - GtkWidget * dialog = v3270ft_new(); | ||
307 | - | ||
308 | - gtk_window_set_transient_for(GTK_WINDOW(dialog),GTK_WINDOW(gtk_widget_get_toplevel(widget))); | 306 | + GtkWidget * dialog = v3270ft_new(gtk_widget_get_toplevel(widget)); |
309 | 307 | ||
310 | do { | 308 | do { |
311 | 309 |