aboutsummaryrefslogtreecommitdiff
path: root/src/exporter.cpp
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2014-01-22 08:35:54 -0600
committerCharles Kerr <charles.kerr@canonical.com>2014-01-22 08:35:54 -0600
commit56e036200e389f74064836ea2e3254a8b9bc267f (patch)
treef61526abe61a0d73adf55b40277aa668a0421a60 /src/exporter.cpp
parent6e447b7bdb1273048dbaf9ead0eea629e73042e3 (diff)
downloadayatana-indicator-datetime-56e036200e389f74064836ea2e3254a8b9bc267f.tar.gz
ayatana-indicator-datetime-56e036200e389f74064836ea2e3254a8b9bc267f.tar.bz2
ayatana-indicator-datetime-56e036200e389f74064836ea2e3254a8b9bc267f.zip
the clock icon should match the one used by the clock app, so use click to ask the clock app which icon it's using
Diffstat (limited to 'src/exporter.cpp')
-rw-r--r--src/exporter.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/exporter.cpp b/src/exporter.cpp
index 8103b5b..86e3670 100644
--- a/src/exporter.cpp
+++ b/src/exporter.cpp
@@ -85,7 +85,6 @@ Exporter::on_bus_acquired(GDBusConnection* connection, const gchar* /*name*/)
{
const auto path = std::string(BUS_PATH) + "/" + menu->name();
const auto id = g_dbus_connection_export_menu_model(m_dbus_connection, path.c_str(), menu->menu_model(), &error);
-g_message ("path %s id %d", path.c_str(), (int)id);
if (id)
{
m_exported_menu_ids.insert(id);