diff options
Diffstat (limited to 'embed/print-dialog.c')
-rwxr-xr-x | embed/print-dialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/print-dialog.c b/embed/print-dialog.c index 01e20e325..ddc8192d5 100755 --- a/embed/print-dialog.c +++ b/embed/print-dialog.c @@ -258,7 +258,7 @@ print_filechooser_response_cb (GtkDialog *fc, int response, EphyDialog *dialog) { - if (response == EPHY_RESPONSE_SAVE) + if (response == GTK_RESPONSE_ACCEPT) { char *filename; |