comparison 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
comparison
equal deleted inserted replaced
2049:9550e809dc12 2050:2ffc6a69fcd1
155 155
156 static gchar * 156 static gchar *
157 aosd_trigger_utf8convert ( gchar * str ) 157 aosd_trigger_utf8convert ( gchar * str )
158 { 158 {
159 if ( global_config->osd->text.utf8conv_disable == FALSE ) 159 if ( global_config->osd->text.utf8conv_disable == FALSE )
160 return str_to_utf8( str ); 160 return aud_str_to_utf8( str );
161 else 161 else
162 return g_strdup( str ); 162 return g_strdup( str );
163 } 163 }
164 164
165 165