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

« back to all changes in this revision

Viewing changes to applets/maintained/garbage/prefs.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:
28
28
 
29
29
  public GarbagePrefs (GarbageApplet applet)
30
30
  {
31
 
    this.type = WindowType.TOPLEVEL;
 
31
    GLib.Object (type: Gtk.WindowType.TOPLEVEL);
32
32
    this.title = Gettext._ ("%s Preferences").printf (applet.display_name);
33
33
    this.icon_name = "gtk-preferences";
34
34
    this._applet = applet;