gnome-games r8136 - trunk/aisleriot
- From: jclinton svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-games r8136 - trunk/aisleriot
- Date: Tue, 21 Oct 2008 19:44:02 +0000 (UTC)
Author: jclinton
Date: Tue Oct 21 19:44:02 2008
New Revision: 8136
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8136&view=rev
Log:
Added the missing highlighted property for AisleriotCard
Modified:
trunk/aisleriot/card.c
Modified: trunk/aisleriot/card.c
==============================================================================
--- trunk/aisleriot/card.c (original)
+++ trunk/aisleriot/card.c Tue Oct 21 19:44:02 2008
@@ -101,6 +101,16 @@
G_PARAM_STATIC_BLURB);
g_object_class_install_property (gobject_class, PROP_CACHE, pspec);
+ pspec = g_param_spec_boolean ("highlighted", NULL, NULL,
+ FALSE,
+ G_PARAM_WRITABLE |
+ G_PARAM_READABLE |
+ G_PARAM_CONSTRUCT_ONLY |
+ G_PARAM_STATIC_NAME |
+ G_PARAM_STATIC_NICK |
+ G_PARAM_STATIC_BLURB);
+ g_object_class_install_property (gobject_class, PROP_HIGHLIGHTED, pspec);
+
g_type_class_add_private (klass, sizeof (AisleriotCardPrivate));
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]