Temporarily removed class initializer for AtkText from type_info struct, awaiting
authorBill Haneman <billh@src.gnome.org>
Wed, 16 May 2001 10:30:23 +0000 (10:30 +0000)
committerBill Haneman <billh@src.gnome.org>
Wed, 16 May 2001 10:30:23 +0000 (10:30 +0000)
means of adding a signal to an interface.

atk/atktext.c

index 6a7e2b2..f254ac0 100755 (executable)
@@ -50,7 +50,7 @@ atk_text_get_type ()
         sizeof (AtkTextIface),
         (GBaseInitFunc) NULL,
         (GBaseFinalizeFunc) NULL,
-        (GClassInitFunc) atk_text_interface_init,
+        (GClassInitFunc) NULL /* atk_text_interface_init */ ,
         (GClassFinalizeFunc) NULL,
 
       };