aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <javier.jardon@codethink.co.uk>2011-09-05 14:32:12 +0100
committerJavier Jardón <javier.jardon@codethink.co.uk>2011-09-05 14:32:12 +0100
commitb36e02a7413f025f143a3fc2a00876c665bd43ca (patch)
tree5a1ace7ed33be51e81d0c34e80ffba1070a0b0b4
parent805b0b286192282b590b4003612fdf29d2284c0a (diff)
downloadayatana-indicator-datetime-b36e02a7413f025f143a3fc2a00876c665bd43ca.tar.gz
ayatana-indicator-datetime-b36e02a7413f025f143a3fc2a00876c665bd43ca.tar.bz2
ayatana-indicator-datetime-b36e02a7413f025f143a3fc2a00876c665bd43ca.zip
datetime-service: Fix typo
-rw-r--r--src/datetime-service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datetime-service.c b/src/datetime-service.c
index 8026398..5a492c1 100644
--- a/src/datetime-service.c
+++ b/src/datetime-service.c
@@ -1423,7 +1423,7 @@ main (int argc, char ** argv)
/* Setup the timer */
clock = g_object_new (GNOME_TYPE_WALL_CLOCK, NULL);
- g_signal_connect (priv->clock_tracker, "notify::clock", G_CALLBACK (on_clock_changed), NULL);
+ g_signal_connect (clock, "notify::clock", G_CALLBACK (on_clock_changed), NULL);
/* And watch for system resumes */
g_dbus_proxy_new_for_bus (G_BUS_TYPE_SYSTEM,