~mc-return/unity/unity.merge-fix1069243-update-manual-tests

« back to all changes in this revision

Viewing changes to panel/PanelTray.cpp

  • Committer: MC Return
  • Date: 2012-12-30 13:37:37 UTC
  • mfrom: (2849.2.159 trunk)
  • Revision ID: mc.return@gmx.net-20121230133737-9othnsjk2felbx53
MergedĀ latestĀ lp:unity

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include <NuxCore/Logger.h>
24
24
#include <UnityCore/Variant.h>
25
25
 
 
26
DECLARE_LOGGER(logger, "unity.panel.tray");
26
27
namespace
27
28
{
28
 
nux::logging::Logger logger("unity.panel");
29
29
const std::string SETTINGS_NAME = "com.canonical.Unity.Panel";
30
30
const int PADDING = 3;
31
31
}