diff options
Diffstat (limited to 'embed')
-rw-r--r-- | embed/Makefile.am | 1 | ||||
-rwxr-xr-x | embed/print-dialog.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/embed/Makefile.am b/embed/Makefile.am index c0001dd9c..91ca67c0d 100644 --- a/embed/Makefile.am +++ b/embed/Makefile.am @@ -32,6 +32,7 @@ INST_H_FILES = \ ephy-cookie-manager.h \ ephy-embed.h \ ephy-embed-event.h \ + ephy-embed-factory.h \ ephy-embed-persist.h \ ephy-embed-prefs.h \ ephy-embed-single.h \ 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); |