aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-09-09 13:21:23 -0500
committerTed Gould <ted@gould.cx>2010-09-09 13:21:23 -0500
commitc6bc12c86e7893e9175c383ee776f05e0f87de9c (patch)
tree556bcb49ff33aac045a3c560209866045b628f47
parent8045637914b9f0aad0f61fcc7ccfa13b7611778f (diff)
parente5203a9b365ba1c6ab32fb772c31577350b1c2cd (diff)
downloadayatana-indicator-messages-c6bc12c86e7893e9175c383ee776f05e0f87de9c.tar.gz
ayatana-indicator-messages-c6bc12c86e7893e9175c383ee776f05e0f87de9c.tar.bz2
ayatana-indicator-messages-c6bc12c86e7893e9175c383ee776f05e0f87de9c.zip
Import upstream version 0.3.11
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
-rw-r--r--src/indicator-messages.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index eaab86a..e45b90b 100755
--- a/configure
+++ b/configure
@@ -2843,7 +2843,7 @@ fi
# Define the identity of the package.
PACKAGE=indicator-messages
- VERSION=0.3.10
+ VERSION=0.3.11
cat >>confdefs.h <<_ACEOF
diff --git a/configure.ac b/configure.ac
index ab230fd..f41aff0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@ AC_INIT(src/indicator-messages.c)
AC_PREREQ(2.53)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(indicator-messages, 0.3.10)
+AM_INIT_AUTOMAKE(indicator-messages, 0.3.11)
AM_MAINTAINER_MODE
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;
}