diff --git a/src/icon.js b/src/icon.js index 5e55d5f..dd5f072 100644 --- a/src/icon.js +++ b/src/icon.js @@ -147,4 +147,4 @@ const Pie = { cr.fill(); cr.restore(); } // draw -}; // Pie \ No newline at end of file +}; // Pie diff --git a/src/prefs.js b/src/prefs.js index 915ddec..9b03ae6 100644 --- a/src/prefs.js +++ b/src/prefs.js @@ -47,10 +47,10 @@ const TeaTimePrefsWidget = new Lang.Class({ this._tealist = new Gtk.ListStore(); this._tealist.set_column_types([ - GObject.TYPE_STRING, - GObject.TYPE_INT, - Gtk.Adjustment - ]); + GObject.TYPE_STRING, + GObject.TYPE_INT, + Gtk.Adjustment + ]); this.set_column_spacing(3);