aboutsummaryrefslogtreecommitdiff
path: root/src/prefs_display_header.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/prefs_display_header.c')
-rw-r--r--src/prefs_display_header.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/prefs_display_header.c b/src/prefs_display_header.c
index ec0d51c9..ff508ae1 100644
--- a/src/prefs_display_header.c
+++ b/src/prefs_display_header.c
@@ -502,7 +502,7 @@ static gint prefs_display_header_find_header(GtkCList *clist,
DisplayHeaderProp *dp;
while ((dp = gtk_clist_get_row_data(clist, row)) != NULL) {
- if (g_strcasecmp(dp->name, header) == 0)
+ if (g_ascii_strcasecmp(dp->name, header) == 0)
return row;
row++;
}