aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ephy-print-utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ephy-print-utils.c')
-rw-r--r--lib/ephy-print-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ephy-print-utils.c b/lib/ephy-print-utils.c
index 2c4320805..b014ad807 100644
--- a/lib/ephy-print-utils.c
+++ b/lib/ephy-print-utils.c
@@ -256,7 +256,7 @@ ephy_print_utils_page_setup_new_from_key_file (GKeyFile *key_file,
GError **error)
{
GtkPageSetup *page_setup = NULL;
- GtkPaperSize *paper_size;
+ GtkPaperSize *paper_size = NULL;
gdouble width, height, top, bottom, left, right;
char *name = NULL, *ppd_name = NULL, *display_name = NULL, *orientation = NULL;
gboolean retval = TRUE;