diff options
author | Sebastien Bacher <seb128@ubuntu.com> | 2010-02-09 16:35:15 +0100 |
---|---|---|
committer | Sebastien Bacher <seb128@ubuntu.com> | 2010-02-09 16:35:15 +0100 |
commit | 6e032aafef0536a1047f8615318be98e84fe9fd4 (patch) | |
tree | a067eabc5789fe012fe7b7d7e3d6af69fe5067b5 /src/app-menu-item.c | |
parent | 5747ab334feab5f4c2b439631cc511987f25484a (diff) | |
parent | b2c751f01da2d051a9c64c18e617c4421e1a68ad (diff) | |
download | ayatana-indicator-messages-6e032aafef0536a1047f8615318be98e84fe9fd4.tar.gz ayatana-indicator-messages-6e032aafef0536a1047f8615318be98e84fe9fd4.tar.bz2 ayatana-indicator-messages-6e032aafef0536a1047f8615318be98e84fe9fd4.zip |
releasing version 0.3.1-0ubuntu2
Diffstat (limited to 'src/app-menu-item.c')
-rw-r--r-- | src/app-menu-item.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app-menu-item.c b/src/app-menu-item.c index 9c51475..71860ea 100644 --- a/src/app-menu-item.c +++ b/src/app-menu-item.c @@ -97,7 +97,7 @@ app_menu_item_class_init (AppMenuItemClass *klass) static void app_menu_item_init (AppMenuItem *self) { - g_debug("Building new IM Menu Item"); + g_debug("Building new App Menu Item"); AppMenuItemPrivate * priv = APP_MENU_ITEM_GET_PRIVATE(self); priv->listener = NULL; |