From 1684e1ac30238001a185fd20a656b296ef03743d Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Tue, 19 Feb 2013 11:59:43 +0000 Subject: [PATCH] onGetServerInformation reply correct spec_version --- dunst_dbus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dunst_dbus.c b/dunst_dbus.c index 5fc5be6..57d299b 100644 --- a/dunst_dbus.c +++ b/dunst_dbus.c @@ -259,7 +259,7 @@ static void onGetServerInformation(GDBusConnection *connection, { GVariant *value; - value = g_variant_new ("(ssss)", "dunst", "knopwob", VERSION, "2013"); + value = g_variant_new ("(ssss)", "dunst", "knopwob", VERSION, "1.2"); g_dbus_method_invocation_return_value(invocation, value); g_dbus_connection_flush(connection, NULL, NULL, NULL);