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:
Tim Janik
2000-11-05 05:08:05 +00:00
committed by Tim Janik
parent acf4b21ec2
commit ab6b184e9d
12 changed files with 226 additions and 34 deletions

View File

@ -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