Code review comment for lp://qastaging/~stolowski/unity/hide-dash-dbus-iface

Revision history for this message
Michal Hruby (mhr3) wrote :

9 +const std::string DBUS_NAME = "com.canonical.Unity.Dash";
148 + dash_object = session_bus.get_object('com.canonical.Unity.Dash',

I don't think we need to request yet another name for the dash, "com.canonical.Unity" (which is already used elsewhere in the code) is good enough.

review: Needs Fixing

« Back to merge proposal