From e70df82868d7b3a6f17a1ebcedc54b2175749504 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 4 Dec 2006 22:10:40 +0000 Subject: Version 2.17.3. 2006-12-04 Christian Persch * configure.ac: Version 2.17.3. * embed/mozilla/GtkNSSDialogs.cpp: Use NULL for gtk_label_new instead of "". * lib/ephy-print-utils.c: (ephy_print_utils_page_setup_new_from_key_file): Fix possible invalid free. * lib/widgets/ephy-spinner.c: (ephy_spinner_images_unref), (ephy_spinner_images_load), (ephy_spinner_load_images), (ephy_spinner_expose), (bump_spinner_frame_cb), (ephy_spinner_start), (ephy_spinner_stop): Fix compliance with icon theme spec by skipping the first frame in the animation when in spinning mode. Bug #382207. Try the "process-working" icon first and fall back to "gnome-spinner" when it's not available. * m4/gecko.m4: Updated. 2006-12-04 Luca Ferretti --- lib/ephy-print-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ephy-print-utils.c') 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; -- cgit