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 a2eb47d33..72f39428c 100755 --- a/embed/print-dialog.c +++ b/embed/print-dialog.c @@ -185,7 +185,7 @@ ephy_print_get_print_info (void) return info; } -void +static void ephy_print_dialog_response_cb (GtkDialog *dialog, int response, EmbedPrintInfo *info) |