aboutsummaryrefslogtreecommitdiff
path: root/src/indicator-messages.c
diff options
context:
space:
mode:
authorKen VanDine <ken.vandine@canonical.com>2010-09-09 15:58:49 -0400
committerKen VanDine <ken.vandine@canonical.com>2010-09-09 15:58:49 -0400
commit93269e2f90c4b44cd1f3024e4b61ad1e10d16218 (patch)
treec0098d5888752fafc433b1d3c4b1f313799bb10e /src/indicator-messages.c
parent156847abe88bd984dc62b658a1c44801dafbff76 (diff)
parent13152ea1e48817e0da90c54ebe04a3f69b676710 (diff)
downloadayatana-indicator-messages-93269e2f90c4b44cd1f3024e4b61ad1e10d16218.tar.gz
ayatana-indicator-messages-93269e2f90c4b44cd1f3024e4b61ad1e10d16218.tar.bz2
ayatana-indicator-messages-93269e2f90c4b44cd1f3024e4b61ad1e10d16218.zip
releasing version 0.3.11-0ubuntu1
Diffstat (limited to 'src/indicator-messages.c')
-rw-r--r--src/indicator-messages.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indicator-messages.c b/src/indicator-messages.c
index 302b9e5..b29edce 100644
--- a/src/indicator-messages.c
+++ b/src/indicator-messages.c
@@ -453,7 +453,7 @@ new_application_item (DbusmenuMenuitem * newitem, DbusmenuMenuitem * parent, Dbu
/* Make sure we can handle the label changing */
g_signal_connect(G_OBJECT(newitem), DBUSMENU_MENUITEM_SIGNAL_PROPERTY_CHANGED, G_CALLBACK(application_prop_change_cb), label);
g_signal_connect(G_OBJECT(newitem), DBUSMENU_MENUITEM_SIGNAL_PROPERTY_CHANGED, G_CALLBACK(application_icon_change_cb), icon);
- g_signal_connect_after(G_OBJECT (gmi), "expose_event", G_CALLBACK (application_triangle_draw_cb), NULL);
+ g_signal_connect_after(G_OBJECT (gmi), "expose_event", G_CALLBACK (application_triangle_draw_cb), newitem);
return TRUE;
}