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

« back to all changes in this revision

Viewing changes to src/LauncherController.cpp

  • Committer: Neil Jagdish Patel
  • Date: 2011-01-24 21:37:38 UTC
  • mto: (697.4.22 places-search)
  • mto: This revision was merged to the branch mainline in revision 788.
  • Revision ID: neil.patel@canonical.com-20110124213738-y6jv0hs6ije5uj63
get the place icons showing

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
  
39
39
  _launcher->SetModel (_model);
40
40
  _favorite_store = FavoriteStore::GetDefault ();
41
 
  
 
41
 
 
42
  InsertExpoAction ();
 
43
 
42
44
  _place_section = new PlaceLauncherSection (_launcher);
43
45
  _place_section->IconAdded.connect (sigc::mem_fun (this, &LauncherController::OnIconAdded));
44
46
 
 
47
  InsertTrash ();
 
48
 
45
49
  g_timeout_add (500, (GSourceFunc) &LauncherController::BamfTimerCallback, this);
46
 
  InsertExpoAction ();
47
 
  InsertTrash ();
48
50
  
49
51
  _launcher->request_reorder_smart.connect (sigc::mem_fun (this, &LauncherController::OnLauncherRequestReorderSmart));
50
52
  _launcher->request_reorder_before.connect (sigc::mem_fun (this, &LauncherController::OnLauncherRequestReorderBefore));