Remove update_idle here. Might fix #383003.
2007-09-09 Matthias Clasen <mclasen@redhat.com> * gtk/gtkdnd.c (gtk_drag_source_info_destroy): Remove update_idle here. Might fix #383003. svn path=/trunk/; revision=18776
This commit is contained in:

committed by
Matthias Clasen

parent
14afc3345a
commit
af6b614527
@ -1,3 +1,8 @@
|
|||||||
|
2007-09-09 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gtk/gtkdnd.c (gtk_drag_source_info_destroy): Remove
|
||||||
|
update_idle here. Might fix #383003.
|
||||||
|
|
||||||
2007-09-09 Matthias Clasen <mclasen@redhat.com>
|
2007-09-09 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkiconview.c (gtk_icon_view_item_hit_test): Add a
|
* gtk/gtkiconview.c (gtk_icon_view_item_hit_test): Add a
|
||||||
|
@ -3803,6 +3803,9 @@ gtk_drag_source_info_destroy (GtkDragSourceInfo *info)
|
|||||||
if (info->drop_timeout)
|
if (info->drop_timeout)
|
||||||
g_source_remove (info->drop_timeout);
|
g_source_remove (info->drop_timeout);
|
||||||
|
|
||||||
|
if (info->update_idle)
|
||||||
|
g_source_remove (info->update_idle);
|
||||||
|
|
||||||
g_free (info);
|
g_free (info);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user