Commit 9fb1746f6e18457b82eb27eaf48e05ad1ab53bf0
1 parent
9b571be3
Exists in
master
and in
1 other branch
Fixing warnings.
Showing
7 changed files
with
8 additions
and
2 deletions
Show diff stats
src/dialogs/dialog.c
src/dialogs/print/settingsdialog.c
src/dialogs/save/save.c
... | ... | @@ -386,7 +386,7 @@ static void icon_press(GtkEntry *entry, G_GNUC_UNUSED GtkEntryIconPosition icon_ |
386 | 386 | gtk_window_set_deletable(GTK_WINDOW(dialog),FALSE); |
387 | 387 | #endif // G_OS_UNIX |
388 | 388 | |
389 | - gtk_dialog_set_toplevel(dialog,widget); | |
389 | + gtk_dialog_set_toplevel(GTK_WIDGET(dialog),widget); | |
390 | 390 | gtk_window_set_modal(GTK_WINDOW(dialog), TRUE); |
391 | 391 | gtk_window_set_destroy_with_parent(GTK_WINDOW(dialog), TRUE); |
392 | 392 | ... | ... |
src/dialogs/settings/dialog.c
src/dialogs/settings/host.c
src/dialogs/transfer.c
src/tools/dialog.c