aboutsummaryrefslogtreecommitdiff
path: root/src/actions-live.cpp
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2014-02-11 11:59:02 +1300
committerRobert Ancell <robert.ancell@canonical.com>2014-02-11 11:59:02 +1300
commit50f1783714c3f2427d8c68c79f2103bb06377abb (patch)
treeae6055b3d8044798c9874e3845161ffd7b4b5cb3 /src/actions-live.cpp
parent65eec54164026c8ee269c6c3db2509a856f632c3 (diff)
downloadayatana-indicator-datetime-50f1783714c3f2427d8c68c79f2103bb06377abb.tar.gz
ayatana-indicator-datetime-50f1783714c3f2427d8c68c79f2103bb06377abb.tar.bz2
ayatana-indicator-datetime-50f1783714c3f2427d8c68c79f2103bb06377abb.zip
Move date/time panel into unity-control-center
Diffstat (limited to 'src/actions-live.cpp')
-rw-r--r--src/actions-live.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/actions-live.cpp b/src/actions-live.cpp
index c0fd8ff..f510ed1 100644
--- a/src/actions-live.cpp
+++ b/src/actions-live.cpp
@@ -68,11 +68,7 @@ void LiveActions::open_desktop_settings()
}
else
{
-#ifdef HAVE_CCPANEL
- execute_command("gnome-control-center indicator-datetime");
-#else
execute_command("gnome-control-center datetime");
-#endif
}
g_free (path);