[seed] [gettext] Forgot to put static functions on gettext ns



commit aa01ea84d8ba93a2a7e8128909b947289a74a717
Author: Tim Horton <hortont svn gnome org>
Date:   Sat Jul 4 04:03:50 2009 -0400

    [gettext] Forgot to put static functions on gettext ns

 modules/gettext/gettext.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/modules/gettext/gettext.c b/modules/gettext/gettext.c
index 5427ab6..30ea456 100644
--- a/modules/gettext/gettext.c
+++ b/modules/gettext/gettext.c
@@ -273,8 +273,9 @@ seed_module_init(SeedEngine *local_eng)
 {
 	SeedGlobalContext ctx = local_eng->context;
 
-
 	seed_class_definition gettext_ns_class_def = seed_empty_class;
+    gettext_ns_class_def.static_functions = gettext_funcs;
+	
 	SeedClass gettext_ns_class = seed_create_class(&gettext_ns_class_def);
 
 	ns_ref = seed_make_object (ctx, gettext_ns_class, NULL);



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