aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-10-30 16:10:34 -0700
committerCharles Kerr <charles.kerr@canonical.com>2013-10-30 16:10:34 -0700
commit668658f383ae43f175a70a0fdca983c64b84fe59 (patch)
tree56812f16ac72dd0bfb8facf3454df356056a1f8a /src
parent19663dd8958f833385470c6d67f1d80923f33fd0 (diff)
downloadayatana-indicator-datetime-668658f383ae43f175a70a0fdca983c64b84fe59.tar.gz
ayatana-indicator-datetime-668658f383ae43f175a70a0fdca983c64b84fe59.tar.bz2
ayatana-indicator-datetime-668658f383ae43f175a70a0fdca983c64b84fe59.zip
remove a debug tracer that accidentally got committed
Diffstat (limited to 'src')
-rw-r--r--src/service.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/service.c b/src/service.c
index 0ed7d02..4edcd1c 100644
--- a/src/service.c
+++ b/src/service.c
@@ -1496,7 +1496,6 @@ on_desktop_settings_activated (GSimpleAction * a G_GNUC_UNUSED,
#ifdef HAVE_CCPANEL
execute_command ("gnome-control-center indicator-datetime");
#else
-#error blah
execute_command ("gnome-control-center datetime");
#endif
}