[Kazehakase-cvs] CVS update: kazehakase/module/search

Back to archive index

Hiroyuki Ikezoe ikezo****@users*****
Sun Dec 3 15:45:47 JST 2006


Index: kazehakase/module/search/estsearch.c
diff -u kazehakase/module/search/estsearch.c:1.2 kazehakase/module/search/estsearch.c:1.3
--- kazehakase/module/search/estsearch.c:1.2	Sun Dec  3 15:01:01 2006
+++ kazehakase/module/search/estsearch.c	Sun Dec  3 15:45:47 2006
@@ -175,7 +175,7 @@
 {
 }
 
-static GObject*
+static GObject *
 constructor (GType                  type,
              guint                  n_props,
              GObjectConstructParam *props)
@@ -186,8 +186,7 @@
 	{
 		GObjectClass *klass = G_OBJECT_CLASS(parent_class);
 		object = klass->constructor(type, n_props, props);
-		/* singleton does not work */
-		/*the_kz_search_est = KZ_SEARCH_EST(object);*/
+		the_kz_search_est = KZ_SEARCH_EST(object);
 	}
 	else
 	{


More information about the Kazehakase-cvs mailing list
Back to archive index