~unity-team/unity/unity.fix-578545

« back to all changes in this revision

Viewing changes to unity-private/launcher/scrollerchild-controller.vala

  • Committer: Gord Allott
  • Date: 2010-06-24 11:33:27 UTC
  • mfrom: (345.1.2 unity.save-app-priorty)
  • Revision ID: gord.allott@canonical.com-20100624113327-w4iucf7y80d7rf41
makes app a favourite on dragdrop and saves location, fixes #592087

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
 
55
55
    construct
56
56
    {
 
57
      child.controller = this;
57
58
      child.button_press_event.connect (on_press_event);
58
59
      child.button_release_event.connect (on_release_event);
59
60
      child.enter_event.connect (on_enter_event);