diff options
author | Christian Persch <chpe@src.gnome.org> | 2004-09-13 17:21:05 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-09-13 17:21:05 +0800 |
commit | 79ec35d68d698710604fd4e9682188ae28ba1ae0 (patch) | |
tree | 73e169adae54d56e7c91b52a17e54c826b73227d /embed | |
parent | c6a41595fc561991525b168083a4b4a972a4f0f3 (diff) | |
download | gsoc2013-epiphany-79ec35d68d698710604fd4e9682188ae28ba1ae0.tar gsoc2013-epiphany-79ec35d68d698710604fd4e9682188ae28ba1ae0.tar.gz gsoc2013-epiphany-79ec35d68d698710604fd4e9682188ae28ba1ae0.tar.bz2 gsoc2013-epiphany-79ec35d68d698710604fd4e9682188ae28ba1ae0.tar.lz gsoc2013-epiphany-79ec35d68d698710604fd4e9682188ae28ba1ae0.tar.xz gsoc2013-epiphany-79ec35d68d698710604fd4e9682188ae28ba1ae0.tar.zst gsoc2013-epiphany-79ec35d68d698710604fd4e9682188ae28ba1ae0.zip |
Updatinggnome-2-8-branchpoint
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); |