From: Lennart Poettering Date: Sun, 4 Sep 2011 13:00:13 +0000 (+0200) Subject: timedate: fix interfaces list X-Git-Tag: v36~60 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3417e2c36779b6eccdaf4e43c56bf48e2db549fc;p=thirdparty%2Fsystemd.git timedate: fix interfaces list https://bugs.freedesktop.org/show_bug.cgi?id=40583 --- diff --git a/src/timedated.c b/src/timedated.c index b2a56e7cb0d..66e50a68687 100644 --- a/src/timedated.c +++ b/src/timedated.c @@ -70,7 +70,7 @@ #define INTERFACES_LIST \ BUS_GENERIC_INTERFACES_LIST \ - "org.freedesktop.locale1\0" + "org.freedesktop.timedate1\0" const char timedate_interface[] _introspect_("timedate1") = INTERFACE;