aboutsummaryrefslogtreecommitdiff
path: root/src/app-menu-item.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-02-09 08:16:17 -0600
committerTed Gould <ted@gould.cx>2010-02-09 08:16:17 -0600
commitbfaf7c901b675655aec0fcb1c4d5ce6e059a9a80 (patch)
tree0ff37c6535c300c02cdb45e4c2379b618debcc4e /src/app-menu-item.c
parent8598ce722d7034a946de6b446923362bc47d8d9b (diff)
parent2bb14b0571a7120b399051da0dca014c40162469 (diff)
downloadayatana-indicator-messages-bfaf7c901b675655aec0fcb1c4d5ce6e059a9a80.tar.gz
ayatana-indicator-messages-bfaf7c901b675655aec0fcb1c4d5ce6e059a9a80.tar.bz2
ayatana-indicator-messages-bfaf7c901b675655aec0fcb1c4d5ce6e059a9a80.zip
Removing the in brackets creation of a variable that also existed in the function, thus creating a NULL pointer.
Diffstat (limited to 'src/app-menu-item.c')
-rw-r--r--src/app-menu-item.c2
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;