aboutsummaryrefslogtreecommitdiffstats
path: root/embed/print-dialog.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@src.gnome.org>2004-09-13 17:21:05 +0800
committerChristian Persch <chpe@src.gnome.org>2004-09-13 17:21:05 +0800
commit79ec35d68d698710604fd4e9682188ae28ba1ae0 (patch)
tree73e169adae54d56e7c91b52a17e54c826b73227d /embed/print-dialog.c
parentc6a41595fc561991525b168083a4b4a972a4f0f3 (diff)
downloadgsoc2013-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
Diffstat (limited to 'embed/print-dialog.c')
-rwxr-xr-xembed/print-dialog.c2
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);