aboutsummaryrefslogtreecommitdiff
path: root/src/planner-eds.cpp
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2014-01-22 00:41:16 -0600
committerCharles Kerr <charles.kerr@canonical.com>2014-01-22 00:41:16 -0600
commitf0fee18c0baf7ef0fb27351db716ee3708c021c6 (patch)
treeb40da926d2c58d45094c1604d9b8514239e6f08e /src/planner-eds.cpp
parentd611929649cc4ef6b04ad9c453f14c85e1108842 (diff)
downloadayatana-indicator-datetime-f0fee18c0baf7ef0fb27351db716ee3708c021c6.tar.gz
ayatana-indicator-datetime-f0fee18c0baf7ef0fb27351db716ee3708c021c6.tar.bz2
ayatana-indicator-datetime-f0fee18c0baf7ef0fb27351db716ee3708c021c6.zip
copyediting: rename Service as Exporter & tweak comments
Diffstat (limited to 'src/planner-eds.cpp')
-rw-r--r--src/planner-eds.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/planner-eds.cpp b/src/planner-eds.cpp
index 275a29e..b3f751a 100644
--- a/src/planner-eds.cpp
+++ b/src/planner-eds.cpp
@@ -48,7 +48,7 @@ public:
e_source_registry_new(m_cancellable, on_source_registry_ready, this);
m_owner.time.changed().connect([this](const DateTime& dt) {
- g_message("planner's datetime property changed to %s; calling rebuildSoon()", g_date_time_format(dt.get(), "%F %T"));
+ g_message("planner's datetime property changed to %s; calling rebuildSoon()", dt.format("%F %T").c_str());
rebuildSoon();
});