aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/bar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bar.c')
-rwxr-xr-x[-rw-r--r--]src/bar.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/bar.c b/src/bar.c
index 6f75403..95cc179 100644..100755
--- a/src/bar.c
+++ b/src/bar.c
@@ -441,11 +441,12 @@ void Statusbar_Message (gchar *message, gint with_timer)
if (!StatusBar) return;
/* Validate UTF8 */
- if (!g_utf8_validate(message, -1, NULL))
+ /*if (!g_utf8_validate(message, -1, NULL))
msg_temp = convert_to_utf8(message);
else
- msg_temp = g_strdup(message);
-
+ msg_temp = g_strdup(message);*/
+ msg_temp = Try_To_Validate_Utf8_String(message);
+
/* Remove a running timer */
Statusbar_Remove_Timer();