comparison finch/libgnt/gntentry.c @ 18872:85b155a574a3

libgnt.localize Start working towards non-utf8 locale support.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Sat, 11 Aug 2007 04:18:14 +0000
parents aa60f5a89286
children 7066896f6628
comparison
equal deleted inserted replaced
18871:2e41a68009ba 18872:85b155a574a3
828 int len; 828 int len;
829 int scroll, cursor; 829 int scroll, cursor;
830 830
831 g_free(entry->start); 831 g_free(entry->start);
832 832
833 text = gnt_util_localize_string(text);
833 if (text && text[0]) 834 if (text && text[0])
834 { 835 {
835 len = strlen(text); 836 len = strlen(text);
836 } 837 }
837 else 838 else