~ubuntu-branches/ubuntu/maverick/awn-extras-applets/maverick

« back to all changes in this revision

Viewing changes to applets/maintained/showdesktop/applet.vala

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2010-08-29 14:29:52 UTC
  • mto: This revision was merged to the branch mainline in revision 21.
  • Revision ID: james.westby@ubuntu.com-20100829142952-rhvuetyms9bv5uu7
Tags: upstream-0.4.0+bzr1372
ImportĀ upstreamĀ versionĀ 0.4.0+bzr1372

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
  {
34
34
    unowned Wnck.Screen screen;
35
35
 
36
 
    this.canonical_name = canonical_name;
37
 
    this.uid = uid;
38
 
    this.panel_id = panel_id;
 
36
    GLib.Object (canonical_name: canonical_name,
 
37
                 uid: uid,
 
38
                 panel_id: panel_id);
39
39
 
40
40
    this.display_name = Gettext._ ("Show Desktop");
41
41
    this.clicked.connect (this.on_clicked);