aboutsummaryrefslogtreecommitdiff
path: root/libindicator/indicator-image-helper.c
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2012-04-11 10:51:10 -0500
committerCharles Kerr <charles.kerr@canonical.com>2012-04-11 10:51:10 -0500
commit21ef9a512f68c92981cd039abc46aa10dc38b91d (patch)
tree97220bfc0a348688d2888369ec02f35cb59bf075 /libindicator/indicator-image-helper.c
parentc136bda24416af489864fa8e1302a7aca259ba3a (diff)
parent1cbe9339719ccc2142e5635411ca4a08e0aded40 (diff)
downloadlibayatana-indicator-21ef9a512f68c92981cd039abc46aa10dc38b91d.tar.gz
libayatana-indicator-21ef9a512f68c92981cd039abc46aa10dc38b91d.tar.bz2
libayatana-indicator-21ef9a512f68c92981cd039abc46aa10dc38b91d.zip
Import upstream version 0.5.0
Diffstat (limited to 'libindicator/indicator-image-helper.c')
-rw-r--r--libindicator/indicator-image-helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libindicator/indicator-image-helper.c b/libindicator/indicator-image-helper.c
index 6ad2a44..63488a1 100644
--- a/libindicator/indicator-image-helper.c
+++ b/libindicator/indicator-image-helper.c
@@ -143,7 +143,7 @@ indicator_image_helper_update (GtkImage * image, const gchar * name)
{
g_return_if_fail(name != NULL);
g_return_if_fail(name[0] != '\0');
- g_return_if_fail(image != NULL);
+ g_return_if_fail(GTK_IS_IMAGE(image));
gboolean seen_previously = FALSE;
/* Build us a GIcon */