~azzar1/unity/fix-trash-li-blocking

« back to all changes in this revision

Viewing changes to launcher/TrashLauncherIcon.cpp

  • Committer: Marco Trevisan (Treviño)
  • Date: 2015-12-11 15:15:47 UTC
  • mto: (4067.6.1 unity)
  • mto: This revision was merged to the branch mainline in revision 4069.
  • Revision ID: mail@3v1n0.net-20151211151547-nsj2zfqd80o0iarh
FileManager: remove the unneeded methods from FileManager

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
  position = Position::END;
54
54
  SetQuirk(Quirk::VISIBLE, true);
55
55
  SkipQuirkAnimation(Quirk::VISIBLE);
56
 
 
57
 
  SetQuirk(Quirk::RUNNING, file_manager_->IsTrashOpened());
58
56
  SetShortcut('t');
59
57
 
60
58
  glib::Object<GFile> location(g_file_new_for_uri(TRASH_URI.c_str()));