~thalexander/unity/update-fsf-address

« back to all changes in this revision

Viewing changes to launcher/TrashLauncherIcon.cpp

  • Committer: Andrea Azzarone
  • Date: 2016-07-13 18:13:24 UTC
  • mto: This revision was merged to the branch mainline in revision 4148.
  • Revision ID: azzaronea@gmail.com-20160713181324-k3bil97rvlmwvxaz
Use _source_manager from LauncherIcon.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
  SkipQuirkAnimation(Quirk::VISIBLE);
56
56
  SetShortcut('t');
57
57
 
58
 
  sources_.AddIdle([this]{
 
58
  _source_manager.AddIdle([this]{
59
59
    glib::Object<GFile> location(g_file_new_for_uri(TRASH_URI.c_str()));
60
60
 
61
61
    glib::Error err;