forgot to set the initial `0' cursor.

Tue Mar 31 06:37:16 1998  Tim Janik  <timj@gtk.org>

        * gtk/testgtk.c (create_cursors): forgot to set the initial `0' cursor.
This commit is contained in:
Tim Janik 1998-03-31 04:39:57 +00:00 committed by Tim Janik
parent 4e01061296
commit 30f22e0208
9 changed files with 36 additions and 6 deletions

View File

@ -1,3 +1,7 @@
Tue Mar 31 06:37:16 1998 Tim Janik <timj@gtk.org>
* gtk/testgtk.c (create_cursors): forgot to set the initial `0' cursor.
1998-03-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gdk/gdkdnd.c (gdk_dnd_display_drag_cursor): First fix: Move the

View File

@ -1,3 +1,7 @@
Tue Mar 31 06:37:16 1998 Tim Janik <timj@gtk.org>
* gtk/testgtk.c (create_cursors): forgot to set the initial `0' cursor.
1998-03-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gdk/gdkdnd.c (gdk_dnd_display_drag_cursor): First fix: Move the

View File

@ -1,3 +1,7 @@
Tue Mar 31 06:37:16 1998 Tim Janik <timj@gtk.org>
* gtk/testgtk.c (create_cursors): forgot to set the initial `0' cursor.
1998-03-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gdk/gdkdnd.c (gdk_dnd_display_drag_cursor): First fix: Move the

View File

@ -1,3 +1,7 @@
Tue Mar 31 06:37:16 1998 Tim Janik <timj@gtk.org>
* gtk/testgtk.c (create_cursors): forgot to set the initial `0' cursor.
1998-03-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gdk/gdkdnd.c (gdk_dnd_display_drag_cursor): First fix: Move the

View File

@ -1,3 +1,7 @@
Tue Mar 31 06:37:16 1998 Tim Janik <timj@gtk.org>
* gtk/testgtk.c (create_cursors): forgot to set the initial `0' cursor.
1998-03-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gdk/gdkdnd.c (gdk_dnd_display_drag_cursor): First fix: Move the

View File

@ -1,3 +1,7 @@
Tue Mar 31 06:37:16 1998 Tim Janik <timj@gtk.org>
* gtk/testgtk.c (create_cursors): forgot to set the initial `0' cursor.
1998-03-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gdk/gdkdnd.c (gdk_dnd_display_drag_cursor): First fix: Move the

View File

@ -1,3 +1,7 @@
Tue Mar 31 06:37:16 1998 Tim Janik <timj@gtk.org>
* gtk/testgtk.c (create_cursors): forgot to set the initial `0' cursor.
1998-03-30 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gdk/gdkdnd.c (gdk_dnd_display_drag_cursor): First fix: Move the

View File

@ -2653,10 +2653,11 @@ create_cursors ()
GTK_SIGNAL_FUNC (gtk_widget_destroy),
GTK_OBJECT (window));
gtk_box_pack_start (GTK_BOX (hbox), button, TRUE, TRUE, 5);
}
if (!GTK_WIDGET_VISIBLE (window))
gtk_widget_show_all (window);
gtk_widget_show_all (window);
set_cursor (spinner, darea);
}
else
gtk_widget_destroy (window);
}

View File

@ -2653,10 +2653,11 @@ create_cursors ()
GTK_SIGNAL_FUNC (gtk_widget_destroy),
GTK_OBJECT (window));
gtk_box_pack_start (GTK_BOX (hbox), button, TRUE, TRUE, 5);
}
if (!GTK_WIDGET_VISIBLE (window))
gtk_widget_show_all (window);
gtk_widget_show_all (window);
set_cursor (spinner, darea);
}
else
gtk_widget_destroy (window);
}