~canonical-dx-team/unity/unity.fix-ql-losing-focus

« back to all changes in this revision

Viewing changes to src/PlacesView.cpp

  • Committer: Neil Jagdish Patel
  • Date: 2011-02-08 10:11:00 UTC
  • mto: (822.1.2 dash-fixes)
  • mto: This revision was merged to the branch mainline in revision 844.
  • Revision ID: neil.patel@canonical.com-20110208101100-09339jwh8hqy2d5s
started to copy things into final implementation

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
  ubus_server_register_interest (ubus, UBUS_PLACE_VIEW_CLOSE_REQUEST,
66
66
                                 (UBusCallback)&PlacesView::CloseRequest,
67
67
                                 this);
 
68
 
 
69
  _icon_loader = IconLoader::GetDefault ();
68
70
}
69
71
 
70
72
PlacesView::~PlacesView ()