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 baf92744c..c36bd3d8a 100755 --- a/embed/print-dialog.c +++ b/embed/print-dialog.c @@ -232,7 +232,7 @@ ephy_print_get_print_info (void) info->file = g_filename_to_utf8 (fname, -1, NULL, NULL, NULL); g_free (fname); } -g_print (info->file); + info->printer = eel_gconf_get_string (print_props[PRINTER_PROP].pref); info->pages = eel_gconf_get_integer (print_props[ALL_PAGES_PROP].pref); |