diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service.c b/src/service.c index 1345681..8e2921e 100644 --- a/src/service.c +++ b/src/service.c @@ -1082,7 +1082,7 @@ my_get_property (GObject * o, static void my_set_property (GObject * o, guint property_id, - const GValue * value G_GNUC_UNUSED, + const GValue * value, GParamSpec * pspec) { IndicatorSessionService * self = INDICATOR_SESSION_SERVICE (o); |