aboutsummaryrefslogtreecommitdiff
path: root/src/datetime-prefs.c
diff options
context:
space:
mode:
authorSebastien Bacher <seb128@ubuntu.com>2012-11-05 17:22:01 +0100
committerSebastien Bacher <seb128@ubuntu.com>2012-11-05 17:22:01 +0100
commit0bc9c19a1838eb93ae43cf36c76d6480e2e015f0 (patch)
tree7e6a2d31ea9ca69da073647d2f6b23065fabfe5e /src/datetime-prefs.c
parent5e96f18045e9d3fbb98893da64ac329ec6b3daa4 (diff)
parent60825ab6ff90e0755dce38d533aecb677995ff24 (diff)
downloadayatana-indicator-datetime-0bc9c19a1838eb93ae43cf36c76d6480e2e015f0.tar.gz
ayatana-indicator-datetime-0bc9c19a1838eb93ae43cf36c76d6480e2e015f0.tar.bz2
ayatana-indicator-datetime-0bc9c19a1838eb93ae43cf36c76d6480e2e015f0.zip
* Backported r192 and r193, fix:
- "shows all-day events one day too early" (lp: #1000182) - "Bogus insensitive events after clicking on different date" (lp: #1069177)
Diffstat (limited to 'src/datetime-prefs.c')
-rw-r--r--src/datetime-prefs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datetime-prefs.c b/src/datetime-prefs.c
index d80a59f..952dce1 100644
--- a/src/datetime-prefs.c
+++ b/src/datetime-prefs.c
@@ -308,7 +308,7 @@ proxy_ready (GObject *object, GAsyncResult *res, IndicatorDatetimePanel * self)
g_dbus_proxy_call (priv->proxy, "GetUsingNtp", NULL, G_DBUS_CALL_FLAGS_NONE, -1,
priv->ntp_query_cancel, (GAsyncReadyCallback)ntp_query_answered, self);
}
- if (priv->tz_query_cancel == NULL); {
+ if (priv->tz_query_cancel == NULL) {
priv->tz_query_cancel = g_cancellable_new();
g_dbus_proxy_call (priv->proxy, "GetTimezone", NULL, G_DBUS_CALL_FLAGS_NONE, -1,
priv->tz_query_cancel, (GAsyncReadyCallback)tz_query_answered, self);