comparison 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
comparison
equal deleted inserted replaced
4580:910ed095b5a9 4581:cf6711eeb12f
779 /* FIXME: move this somewhere else */ 779 /* FIXME: move this somewhere else */
780 void 780 void
781 input_set_info_text(gchar *text) 781 input_set_info_text(gchar *text)
782 { 782 {
783 gchar *title = g_strdup(text); 783 gchar *title = g_strdup(text);
784 event_queue("title change", title); 784 event_queue_with_data_free("title change", title);
785 } 785 }