aboutsummaryrefslogtreecommitdiffstats
path: root/embed/print-dialog.c
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2004-06-25 21:38:36 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2004-06-25 21:38:36 +0800
commit4d95823df4166a6430bb07fc0701a8ab1c838a38 (patch)
treeba4960efe79b61e39d76b84a433cdfd183d6a75e /embed/print-dialog.c
parent1e6c9597b2253ace1b921f1247164b7f7e1fa6f5 (diff)
downloadgsoc2013-epiphany-4d95823df4166a6430bb07fc0701a8ab1c838a38.tar
gsoc2013-epiphany-4d95823df4166a6430bb07fc0701a8ab1c838a38.tar.gz
gsoc2013-epiphany-4d95823df4166a6430bb07fc0701a8ab1c838a38.tar.bz2
gsoc2013-epiphany-4d95823df4166a6430bb07fc0701a8ab1c838a38.tar.lz
gsoc2013-epiphany-4d95823df4166a6430bb07fc0701a8ab1c838a38.tar.xz
gsoc2013-epiphany-4d95823df4166a6430bb07fc0701a8ab1c838a38.tar.zst
gsoc2013-epiphany-4d95823df4166a6430bb07fc0701a8ab1c838a38.zip
Remove preview flag
2004-06-25 Marco Pesenti Gritti <marco@gnome.org> * embed/MozillaPrivate.cpp: Remove preview flag
Diffstat (limited to 'embed/print-dialog.c')
-rwxr-xr-xembed/print-dialog.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/embed/print-dialog.c b/embed/print-dialog.c
index 93cecdbc7..879cd21ee 100755
--- a/embed/print-dialog.c
+++ b/embed/print-dialog.c
@@ -208,7 +208,6 @@ ephy_print_get_print_info (void)
info->footer_center_string = g_strdup("");
info->frame_type = 0;
- info->preview = FALSE;
return info;
}