X-Git-Url: http://git.maemo.org/git/?p=hildon;a=blobdiff_plain;f=hildon%2Fhildon-note.c;h=8401c55f8bf301a893c6db8649b632cdd62cb9b1;hp=599cc2df815891ad84a3224c6b65060583edda46;hb=b4fbc9f6ab963af2aca209e2a14094aa45d0103c;hpb=8391dac264c19a729949cf4c8e9acb2109b85742 diff --git a/hildon/hildon-note.c b/hildon/hildon-note.c index 599cc2d..8401c55 100644 --- a/hildon/hildon-note.c +++ b/hildon/hildon-note.c @@ -1131,7 +1131,7 @@ on_show_cb (GtkWidget *widget, HildonNotePrivate *priv; priv = HILDON_NOTE_GET_PRIVATE (widget); - priv->idle_handler = g_idle_add (sound_handling, widget); + priv->idle_handler = gdk_threads_add_idle (sound_handling, widget); } /* We play a system sound when the note comes visible */