[gnome-chess/chess-telepathy-networking-support-664946-rebase: 59/64] [glchess] Make PGNGame subclass GLib.Object



commit 6e384eeac7084c9d739fbe77526d3cba963ba74e
Author: Chandni Verma <chandniverma2112 gmail com>
Date:   Sun Sep 30 15:50:26 2012 +0530

    [glchess] Make PGNGame subclass GLib.Object
    
    This is required so that its objects can be stored in a Gtk.ListStore

 src/chess-pgn.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/chess-pgn.vala b/src/chess-pgn.vala
index 04d1b0e..ea16815 100644
--- a/src/chess-pgn.vala
+++ b/src/chess-pgn.vala
@@ -35,7 +35,7 @@ public errordomain PGNError
     LOAD_ERROR
 }
 
-public class PGNGame
+public class PGNGame : Object
 {
     public HashTable<string, string> tags;
     public List<string> moves;



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