From 0f13ffc122a03604d32e1f7f2c1dd85acc23a3f2 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 13 Apr 2011 09:17:11 -0500 Subject: It sucks that the icon wouldn't change, but eh, not worth aborting over. --- src/session-dbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/session-dbus.c b/src/session-dbus.c index 3c60a4e..fa9ea54 100644 --- a/src/session-dbus.c +++ b/src/session-dbus.c @@ -247,7 +247,7 @@ session_dbus_set_name (SessionDbus * session, const gchar * name) &error); if (error != NULL) { - g_error("Unable to send IconUpdated signal: %s", error->message); + g_warning("Unable to send IconUpdated signal: %s", error->message); g_error_free(error); return; } -- cgit v1.2.3 -- cgit v1.2.3 From f133202143adf833bc8f6de78826a1325932a13e Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 14 Apr 2011 15:57:46 -0500 Subject: 0.2.17 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f6ef2c2..a882555 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_INIT(src/indicator-session.c) AC_PREREQ(2.53) AM_CONFIG_HEADER(config.h) -AM_INIT_AUTOMAKE(indicator-session, 0.2.16) +AM_INIT_AUTOMAKE(indicator-session, 0.2.17) AM_MAINTAINER_MODE -- cgit v1.2.3