blob: 1b5a2a6e1f387f5dbed2cf1d4ab48041baef5864 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
diff --git a/libnotify/launch-context.c b/libnotify/launch-context.c
index facb43c..9469042 100644
--- a/libnotify/launch-context.c
+++ b/libnotify/launch-context.c
@@ -49,8 +49,8 @@ notification_app_launch_context_finalize (GObject *object)
static char *
notification_app_launch_context_get_startup_notify_id (GAppLaunchContext *context,
- GAppInfo *,
- GList *)
+ GAppInfo *gai,
+ GList *gl)
{
NotificationAppLaunchContext *self = NOTIFICATION_APP_LAUNCH_CONTEXT (context);
|