diff src/aosd/aosd_trigger.c @ 2050:2ffc6a69fcd1

string API calls -> vtable
author William Pitcock <nenolod@atheme.org>
date Sat, 13 Oct 2007 19:55:04 -0500
parents 5d9fb703a7cc
children cf4fa45ffd80
line wrap: on
line diff
--- a/src/aosd/aosd_trigger.c	Sun Oct 14 01:33:02 2007 +0300
+++ b/src/aosd/aosd_trigger.c	Sat Oct 13 19:55:04 2007 -0500
@@ -157,7 +157,7 @@
 aosd_trigger_utf8convert ( gchar * str )
 {
   if ( global_config->osd->text.utf8conv_disable == FALSE )
-    return str_to_utf8( str );
+    return aud_str_to_utf8( str );
   else
     return g_strdup( str );
 }