~timo-jyrinki/unity/ubuntu.5200

« back to all changes in this revision

Viewing changes to src/quicklauncher/application_view.vala

  • Committer: Gordon Allott
  • Date: 2009-10-22 16:55:56 UTC
  • mto: (1.2.11 unity-ql-uc1)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: mail@gordallott.com-20091022165556-z2abquex0exyb9pf
window matching working

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
      this.icon.set_from_pixbuf (pixbuf);
105
105
    }
106
106
 
107
 
    private void on_app_opened (void *wnckapp, void *p1) 
 
107
    private void on_app_opened (Wnck.Application wnck_app) 
108
108
    {
109
 
      /* the launcherapi needs metadata fixes here first */
 
109
      debug("app %s opened", app.name);
110
110
    }
111
111
 
112
 
    private void on_app_closed (void *wnckapp, void *p1) 
 
112
    private void on_app_closed (Wnck.Application wnck_app) 
113
113
    {
114
 
      /* the launcherapi needs metadata fixes here first */
 
114
      debug("app %s closed", app.name);
115
115
    }
116
116
    
117
117
    private bool on_pressed(Clutter.Event src)