From bb571a4f91682d5d2dfdccfee3826f73ac5457f4 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 11 Apr 2012 01:01:51 -0500 Subject: in indicator_image_helper_update(), test the image argument with GTK_IS_IMAGE before using it. --- libindicator/indicator-image-helper.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3 From 1cbe9339719ccc2142e5635411ca4a08e0aded40 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 11 Apr 2012 10:25:31 -0500 Subject: 0.5.0 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4249522..4eaa3ac 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_INIT([libindicator], - [0.4.95], + [0.5.0], [http://bugs.launchpad.net/libindicator], [libindicator], [http://launchpad.net/libindicator]) -- cgit v1.2.3 From 752101a51a2011ab17aa9f56aa847e087b167b28 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 11 Apr 2012 10:54:57 -0500 Subject: releasing version 0.5.0-0ubuntu1~ppa1 --- debian/changelog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index a1418c7..1b1baf7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,9 @@ -libindicator (0.5.0-0ubuntu1~ppa1) UNRELEASED; urgency=low +libindicator (0.5.0-0ubuntu1~ppa1) precise; urgency=low * New upstream release. * Validate images in image_helper_update() (LP: #946408) - -- Charles Kerr Wed, 11 Apr 2012 10:51:35 -0500 + -- Charles Kerr Wed, 11 Apr 2012 10:54:42 -0500 libindicator (0.4.95-0ubuntu1) precise; urgency=low -- cgit v1.2.3