[four-in-a-row/KaKnife/four-in-a-row-vala: 12/65] style update



commit 26dee77c4a9f13318e170628c2c27f36b7d89a23
Author: Jacob Humphrey <jacob ryan humphrey gmail com>
Date:   Sun Nov 25 11:19:37 2018 -0600

    style update

 src/games-controls.vala | 4 ++--
 src/theme.vala          | 3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/src/games-controls.vala b/src/games-controls.vala
index fd237fc..8eba1d5 100644
--- a/src/games-controls.vala
+++ b/src/games-controls.vala
@@ -14,12 +14,12 @@ enum Columns {
        N_COLUMNS
 }
 
-public class GamesControlsList: Gtk.ScrolledWindow {
+public class GamesControlsList : Gtk.ScrolledWindow {
        Gtk.TreeModel model;
        Gtk.ListStore store;
        Gtk.TreeView view;
 
-       GLib.Settings settings;
+       Settings settings;
        ulong notify_handler_id;
 
        public GamesControlsList(GLib.Settings settings) {
diff --git a/src/theme.vala b/src/theme.vala
index ffcda65..db8d52b 100644
--- a/src/theme.vala
+++ b/src/theme.vala
@@ -11,8 +11,7 @@ struct Theme {
        public string player2_turn;
 }
 
-//extern Theme theme[];
-const string random_shit = Config.GETTEXT_PACKAGE;
+const string theme_gettext_package = Config.GETTEXT_PACKAGE;
 
 string theme_get_title (int id) {
        return theme[id].title;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]