diff options
-rw-r--r-- | debian/changelog | 24 | ||||
-rw-r--r-- | src/status-provider-mc5.c | 2 |
2 files changed, 3 insertions, 23 deletions
diff --git a/debian/changelog b/debian/changelog index f9ab850..8cd1824 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,28 +1,10 @@ -indicator-session (0.1.4-0ubuntu3~ppa2~mc4) karmic; urgency=low +indicator-session (0.1.4-0ubuntu3~ppa2) UNRELEASED; urgency=low - * String fix - - -- Ted Gould <ted@ubuntu.com> Wed, 23 Sep 2009 08:11:06 -0500 - -indicator-session (0.1.4-0ubuntu3~ppa2~mc3) karmic; urgency=low - - * Comments. But getting everything up to date. - - -- Ted Gould <ted@ubuntu.com> Tue, 22 Sep 2009 21:47:39 -0500 - -indicator-session (0.1.4-0ubuntu3~ppa2~mc2) karmic; urgency=low - - * Merging in and making clean with trunk - - -- Ted Gould <ted@ubuntu.com> Tue, 22 Sep 2009 21:42:56 -0500 - -indicator-session (0.1.4-0ubuntu1~ppa2~mc1) karmic; urgency=low - - * Merging in the MC5 branch + * Merging in MC5 Support branch * debian/control: Adding in a libempathy-dev build dependency as it's now required by upstream. - -- Ted Gould <ted@ubuntu.com> Tue, 22 Sep 2009 20:07:57 -0500 + -- Ted Gould <ted@ubuntu.com> Thu, 24 Sep 2009 12:08:46 -0500 indicator-session (0.1.4-0ubuntu3~ppa1) karmic; urgency=low diff --git a/src/status-provider-mc5.c b/src/status-provider-mc5.c index 42e8e0f..813ce3e 100644 --- a/src/status-provider-mc5.c +++ b/src/status-provider-mc5.c @@ -173,8 +173,6 @@ set_status (StatusProvider * sp, StatusProviderStatus status) return; } - priv->status = status; - empathy_account_manager_request_global_presence(priv->manager, sp_to_tp_map[status], sp_to_mc_map[status], ""); return; |