diff options
| author | agateau <aurelien.gateau@canonical.com> | 2012-01-12 17:47:05 +0100 |
|---|---|---|
| committer | agateau <aurelien.gateau@canonical.com> | 2012-01-12 17:47:05 +0100 |
| commit | 93d225f72189e9e235d04fd4d70c5b49530fa7cd (patch) | |
| tree | bada541c5d08c8bfaf941f4252e0a267d2e6dc0c /services | |
| parent | ed2717489793e79f8aeb4f6efe1ee2e0e9a01971 (diff) | |
Release\ 5.0.05.0.0
(bzr r1827)
Diffstat (limited to 'services')
| -rw-r--r-- | services/panel-main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/services/panel-main.c b/services/panel-main.c index 0e4802cf7..317cf6c24 100644 --- a/services/panel-main.c +++ b/services/panel-main.c @@ -253,6 +253,7 @@ on_service_entry_activate_request (PanelService *service, GDBusConnection *connection) { GError *error = NULL; + g_warning ("%s, entry_id:%s", G_STRFUNC, entry_id); g_dbus_connection_emit_signal (connection, S_NAME, S_PATH, |
