[gnome-mahjongg] trivial: code style fix



commit db095660c68d348fe9aedeb991f4745d8512eb47
Author: Michael Catanzaro <mcatanzaro gnome org>
Date:   Thu Jun 5 10:37:29 2014 -0500

    trivial: code style fix

 src/gnome-mahjongg.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-mahjongg.vala b/src/gnome-mahjongg.vala
index 96d5807..78b90de 100644
--- a/src/gnome-mahjongg.vala
+++ b/src/gnome-mahjongg.vala
@@ -92,7 +92,7 @@ public class Mahjongg : Gtk.Application
         header_bar.set_show_close_button (true);
 
         title = new Gtk.Label ("");
-        title.get_style_context().add_class("title");
+        title.get_style_context ().add_class ("title");
 
         var hbox = new Gtk.Box (Gtk.Orientation.HORIZONTAL, 0);
         hbox.get_style_context ().add_class ("linked");


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