From e6a8b5ceaa942985c67663da288a68346fea8a38 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Sun, 15 Mar 2009 12:05:07 -0500 Subject: Putting in a sorting function to make sure that the individual indicators are always below the server that they're associated with. --- src/app-menu-item.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/app-menu-item.c') diff --git a/src/app-menu-item.c b/src/app-menu-item.c index 1ab2ba8..d6d3e4a 100644 --- a/src/app-menu-item.c +++ b/src/app-menu-item.c @@ -267,3 +267,9 @@ app_menu_item_get_count (AppMenuItem * appitem) return priv->unreadcount; } +IndicateListenerServer * +app_menu_item_get_server (AppMenuItem * appitem) { + AppMenuItemPrivate * priv = APP_MENU_ITEM_GET_PRIVATE(appitem); + + return priv->server; +} -- cgit v1.2.3