Set timer_tag to 0 when the timeout is done. (#322291, Jean-Yves Lefort)
2005-11-28 Matthias Clasen <mclasen@redhat.com> * gtk/gtktooltips.c (gtk_tooltips_timeout): Set timer_tag to 0 when the timeout is done. (#322291, Jean-Yves Lefort)
This commit is contained in:
committed by
Matthias Clasen
parent
9228dcee29
commit
6be42231b8
@ -1,3 +1,8 @@
|
|||||||
|
2005-11-28 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtktooltips.c (gtk_tooltips_timeout): Set timer_tag to 0 when
|
||||||
|
the timeout is done. (#322291, Jean-Yves Lefort)
|
||||||
|
|
||||||
2005-11-28 Matthias Clasen <mclasen@redhat.com>
|
2005-11-28 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkfilechooserdefault.c (shortcuts_key_press_event_cb): Make
|
* gtk/gtkfilechooserdefault.c (shortcuts_key_press_event_cb): Make
|
||||||
|
|||||||
@ -1,3 +1,8 @@
|
|||||||
|
2005-11-28 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtktooltips.c (gtk_tooltips_timeout): Set timer_tag to 0 when
|
||||||
|
the timeout is done. (#322291, Jean-Yves Lefort)
|
||||||
|
|
||||||
2005-11-28 Matthias Clasen <mclasen@redhat.com>
|
2005-11-28 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkfilechooserdefault.c (shortcuts_key_press_event_cb): Make
|
* gtk/gtkfilechooserdefault.c (shortcuts_key_press_event_cb): Make
|
||||||
|
|||||||
@ -481,6 +481,8 @@ gtk_tooltips_timeout (gpointer data)
|
|||||||
GTK_WIDGET_DRAWABLE (tooltips->active_tips_data->widget))
|
GTK_WIDGET_DRAWABLE (tooltips->active_tips_data->widget))
|
||||||
gtk_tooltips_draw_tips (tooltips);
|
gtk_tooltips_draw_tips (tooltips);
|
||||||
|
|
||||||
|
tooltips->timer_tag = 0;
|
||||||
|
|
||||||
GDK_THREADS_LEAVE ();
|
GDK_THREADS_LEAVE ();
|
||||||
|
|
||||||
return FALSE;
|
return FALSE;
|
||||||
|
|||||||
Reference in New Issue
Block a user