aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-12-05 06:10:40 +0800
committerChristian Persch <chpe@src.gnome.org>2006-12-05 06:10:40 +0800
commite70df82868d7b3a6f17a1ebcedc54b2175749504 (patch)
tree1dc634f9ba3f08432678434e993bf410d5393fb6 /src
parent060e1e90fc45b0ec50466fbd30f988fe51440a7a (diff)
downloadgsoc2013-epiphany-e70df82868d7b3a6f17a1ebcedc54b2175749504.tar
gsoc2013-epiphany-e70df82868d7b3a6f17a1ebcedc54b2175749504.tar.gz
gsoc2013-epiphany-e70df82868d7b3a6f17a1ebcedc54b2175749504.tar.bz2
gsoc2013-epiphany-e70df82868d7b3a6f17a1ebcedc54b2175749504.tar.lz
gsoc2013-epiphany-e70df82868d7b3a6f17a1ebcedc54b2175749504.tar.xz
gsoc2013-epiphany-e70df82868d7b3a6f17a1ebcedc54b2175749504.tar.zst
gsoc2013-epiphany-e70df82868d7b3a6f17a1ebcedc54b2175749504.zip
Version 2.17.3.
2006-12-04 Christian Persch <chpe@cvs.gnome.org> * 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 <elle.uca@libero.it>
Diffstat (limited to 'src')
-rwxr-xr-xsrc/ephy-statusbar.c1
-rw-r--r--src/popup-commands.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/ephy-statusbar.c b/src/ephy-statusbar.c
index 89e600e91..e5ed179e7 100755
--- a/src/ephy-statusbar.c
+++ b/src/ephy-statusbar.c
@@ -92,6 +92,7 @@ ephy_statusbar_get_type (void)
return type;
}
+/* FIXME: remove this hack once gtk bug #372452 is fixed! */
static void
ephy_statusbar_size_allocate (GtkWidget *widget,
GtkAllocation *allocation)
diff --git a/src/popup-commands.c b/src/popup-commands.c
index d101a892d..7043f6496 100644
--- a/src/popup-commands.c
+++ b/src/popup-commands.c
@@ -451,6 +451,7 @@ popup_cmd_open_image (GtkAction *action,
address = g_value_get_string (value);
scheme = gnome_vfs_get_uri_scheme (address);
+ if (scheme == NULL) return;
if (strcmp (scheme, "file") == 0)
{