summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/gui/gui-hotlist.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/gui-hotlist.c b/src/gui/gui-hotlist.c
index 34dfc1700..0506d409f 100644
--- a/src/gui/gui-hotlist.c
+++ b/src/gui/gui-hotlist.c
@@ -85,7 +85,7 @@ gui_hotlist_search_priority (const char *priority)
for (i = 0; i < GUI_HOTLIST_NUM_PRIORITIES; i++)
{
- if (string_strcasecmp (gui_hotlist_priority_string[i], priority) == 0)
+ if (strcmp (gui_hotlist_priority_string[i], priority) == 0)
return i;
}