aboutsummaryrefslogtreecommitdiff
path: root/src/status-service.c
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-09-24 12:13:26 -0500
committerTed Gould <ted@canonical.com>2009-09-24 12:13:26 -0500
commite4398b948762de8e819d9a637c8a186936463724 (patch)
tree47f25da3206a97f30725b0ce20c5f4cf62e940ff /src/status-service.c
parentbfecae8b0c5f3586b21b769d872b339a4cb91690 (diff)
parent56e6098d53797aefa680c49e69560011aa57101a (diff)
downloadayatana-indicator-session-e4398b948762de8e819d9a637c8a186936463724.tar.gz
ayatana-indicator-session-e4398b948762de8e819d9a637c8a186936463724.tar.bz2
ayatana-indicator-session-e4398b948762de8e819d9a637c8a186936463724.zip
Updating to trunk
Diffstat (limited to 'src/status-service.c')
-rw-r--r--src/status-service.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/status-service.c b/src/status-service.c
index 247726b..a448ada 100644
--- a/src/status-service.c
+++ b/src/status-service.c
@@ -40,12 +40,14 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#include "status-service-dbus.h"
#include "status-provider.h"
+#include "status-provider-mc5.h"
#include "status-provider-pidgin.h"
#include "status-provider-telepathy.h"
typedef StatusProvider * (*newfunc) (void);
-#define STATUS_PROVIDER_CNT 2
+#define STATUS_PROVIDER_CNT 3
static newfunc status_provider_newfuncs[STATUS_PROVIDER_CNT] = {
+ status_provider_mc5_new,
status_provider_pidgin_new,
status_provider_telepathy_new
};