aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2014-07-31 09:59:44 -0500
committerCharles Kerr <charles.kerr@canonical.com>2014-07-31 09:59:44 -0500
commite2e259126c0d5c834135014d85430ffcfc885588 (patch)
tree22f95d0dd7c9da9be2aece7dffdc2f94f9bd8455
parent42034051b8a2856823fc6c2f5f80bea4cb3ea4fc (diff)
downloadayatana-indicator-datetime-e2e259126c0d5c834135014d85430ffcfc885588.tar.gz
ayatana-indicator-datetime-e2e259126c0d5c834135014d85430ffcfc885588.tar.bz2
ayatana-indicator-datetime-e2e259126c0d5c834135014d85430ffcfc885588.zip
remove testing stub used by development
-rw-r--r--src/notifications.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/notifications.cpp b/src/notifications.cpp
index c66f634..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