provide a toggle button to temporarily disable position recording in the
Sun Nov 5 05:32:39 2000 Tim Janik <timj@gtk.org> * gtk/testgtk.c (uposition_stop_configure): provide a toggle button to temporarily disable position recording in the "saved position" test. Sat Nov 4 05:37:17 2000 Tim Janik <timj@gtk.org> * gtk/gtkthemes.c: added compat code that temporarily implements GtkThemeEnginePlugin as a GObject exporting GTypePlugin. this is going to be revamped by owen's upcoming GtkModule patches, but untill then people want gtk to build, right? ;)
This commit is contained in:
@ -232,7 +232,7 @@ gtk_object_shutdown (GObject *gobject)
|
||||
static void
|
||||
gtk_object_real_destroy (GtkObject *object)
|
||||
{
|
||||
_g_signal_handlers_destroy (G_OBJECT (object));
|
||||
g_signal_handlers_destroy (G_OBJECT (object));
|
||||
}
|
||||
|
||||
static void
|
||||
|
Reference in New Issue
Block a user