aboutsummaryrefslogtreecommitdiff
path: root/src/notifications.cpp
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2014-07-30 14:53:10 -0500
committerCharles Kerr <charles.kerr@canonical.com>2014-07-30 14:53:10 -0500
commitf6df9730bd512982850b7f234f883eabbd925e7d (patch)
tree17677c0f797d6fe5976f1fba1d606f976731b17f /src/notifications.cpp
parentb0936139bfef6fe169b5c17be4b2dafa3c2e2c3a (diff)
downloadayatana-indicator-datetime-f6df9730bd512982850b7f234f883eabbd925e7d.tar.gz
ayatana-indicator-datetime-f6df9730bd512982850b7f234f883eabbd925e7d.tar.bz2
ayatana-indicator-datetime-f6df9730bd512982850b7f234f883eabbd925e7d.zip
remove testing stub
Diffstat (limited to 'src/notifications.cpp')
-rw-r--r--src/notifications.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notifications.cpp b/src/notifications.cpp
index bad4b1a..da7351b 100644
--- a/src/notifications.cpp
+++ b/src/notifications.cpp
@@ -327,7 +327,7 @@ Engine::~Engine()
bool
Engine::supports_actions() const
{
- return true;//impl->supports_actions();
+ return impl->supports_actions();
}
int