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: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=3417e2c36779b6eccdaf4e43c56bf48e2db549fc;hp=ad740100d108282d0244d5739d4dcc86fe4c5fde timedate: fix interfaces list https://bugs.freedesktop.org/show_bug.cgi?id=40583 --- diff --git a/src/timedated.c b/src/timedated.c index b2a56e7cb..66e50a686 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;