diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/window-commands.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/window-commands.c b/src/window-commands.c index 051115db3..471d72d5d 100644 --- a/src/window-commands.c +++ b/src/window-commands.c @@ -83,7 +83,7 @@ window_cmd_file_print_setup (GtkAction *action, (GTK_WINDOW (window), ephy_embed_shell_get_page_setup (shell), ephy_embed_shell_get_print_settings (shell), - page_setup_done_cb, + (GtkPageSetupDoneFunc) page_setup_done_cb, shell); } |