diff options
author | Ted Gould <ted@gould.cx> | 2011-04-13 09:17:11 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-04-13 09:17:11 -0500 |
commit | 0f13ffc122a03604d32e1f7f2c1dd85acc23a3f2 (patch) | |
tree | ab4f89c3fd5dfdc1fb0f16efb73db554b6eb9799 | |
parent | bb5c9ee446ebcbfa61bd632152389090f66fcf0b (diff) | |
download | ayatana-indicator-session-0f13ffc122a03604d32e1f7f2c1dd85acc23a3f2.tar.gz ayatana-indicator-session-0f13ffc122a03604d32e1f7f2c1dd85acc23a3f2.tar.bz2 ayatana-indicator-session-0f13ffc122a03604d32e1f7f2c1dd85acc23a3f2.zip |
It sucks that the icon wouldn't change, but eh, not worth aborting over.
-rw-r--r-- | src/session-dbus.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |