~macslow/unity/unity.correct-destructor-names

« back to all changes in this revision

Viewing changes to unity-private/launcher/quicklist-menu-item.vala

  • Committer: Mirco Müller
  • Date: 2010-09-08 15:37:14 UTC
  • Revision ID: mirco.mueller@ubuntu.com-20100908153714-vr4r3z6gr2ahw0y1
really destroy the Ctk.LayerActor

Show diffs side-by-side

added added

removed removed

Lines of Context:
222
222
      if (this.item_background is Clutter.Actor)
223
223
        {
224
224
          this.item_background.unparent ();
225
 
          //delete this.item_background;
 
225
          this.item_background.destroy ();
226
226
        }
227
227
    }
228
228