~dfly720/unity/fix-938353

« back to all changes in this revision

Viewing changes to shortcuts/ShortcutController.cpp

  • Committer: Marco Mariani
  • Date: 2012-05-31 21:58:19 UTC
  • mfrom: (2341.1.38 unity)
  • Revision ID: dfly720@gmail.com-20120531215819-0er7r9qftgxqvt7a
Merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
#include "ShortcutController.h"
20
20
 
21
 
#include "UBusMessages.h"
22
 
#include "WindowManager.h"
 
21
#include "unity-shared/UBusMessages.h"
 
22
#include "unity-shared/WindowManager.h"
23
23
 
24
24
namespace unity
25
25
{
157
157
void Controller::ConstructView()
158
158
{
159
159
  view_ = View::Ptr(new View());
 
160
  AddChild(view_.GetPointer());
160
161
  view_->SetModel(model_);
161
162
  view_->background_color = bg_color_;
162
163