aboutsummaryrefslogtreecommitdiff
path: root/src/app-indicator.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-08-03 16:18:42 -0500
committerTed Gould <ted@gould.cx>2010-08-03 16:18:42 -0500
commit84821ece8828fc87a45b9ba2ca75ef0a15d797ce (patch)
tree7d1861b1447697e90faeabef85884db42045d8d7 /src/app-indicator.c
parentfc9d5d4f762493d0b8378b12ac6c8451e5b9683b (diff)
downloadayatana-indicator-application-84821ece8828fc87a45b9ba2ca75ef0a15d797ce.tar.gz
ayatana-indicator-application-84821ece8828fc87a45b9ba2ca75ef0a15d797ce.tar.bz2
ayatana-indicator-application-84821ece8828fc87a45b9ba2ca75ef0a15d797ce.zip
Reusing the application service marshallers, not beautiful, but it works for now.
Diffstat (limited to 'src/app-indicator.c')
-rw-r--r--src/app-indicator.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/app-indicator.c b/src/app-indicator.c
index ec153c6..e0ccec4 100644
--- a/src/app-indicator.c
+++ b/src/app-indicator.c
@@ -37,6 +37,7 @@ License version 3 and version 2.1 along with this program. If not, see
#include "app-indicator.h"
#include "app-indicator-enum-types.h"
+#include "application-service-marshal.h"
#include "notification-item-server.h"
#include "notification-watcher-client.h"
@@ -388,7 +389,7 @@ app_indicator_class_init (AppIndicatorClass *klass)
G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET (AppIndicatorClass, new_label),
NULL, NULL,
- g_cclosure_marshal_VOID__STRING_STRING,
+ _application_service_marshal_VOID__STRING_STRING,
G_TYPE_NONE, 2, G_TYPE_STRING, G_TYPE_STRING);
/**