diff src/audacious/input.c @ 4581:cf6711eeb12f

implement event_queue_with_data_free()
author Tomasz Mon <desowin@gmail.com>
date Wed, 21 May 2008 18:40:05 +0200
parents 8c2a166168dd
children ab8bc8a89a52
line wrap: on
line diff
--- a/src/audacious/input.c	Wed May 21 17:19:17 2008 +0200
+++ b/src/audacious/input.c	Wed May 21 18:40:05 2008 +0200
@@ -781,5 +781,5 @@
 input_set_info_text(gchar *text)
 {
     gchar *title = g_strdup(text);
-    event_queue("title change", title);
+    event_queue_with_data_free("title change", title);
 }