summaryrefslogtreecommitdiff
path: root/finch/gntrequest.c
diff options
context:
space:
mode:
Diffstat (limited to 'finch/gntrequest.c')
-rw-r--r--finch/gntrequest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/finch/gntrequest.c b/finch/gntrequest.c
index 7ec4177883..37521fc0c9 100644
--- a/finch/gntrequest.c
+++ b/finch/gntrequest.c
@@ -455,7 +455,7 @@ create_string_field(PurpleRequestField *field, GntWidget **username)
gnt_entry_set_always_suggest(GNT_ENTRY(entry), TRUE);
if (username)
*username = entry;
- } else if (hint && purple_strequal(hint, "group")) {
+ } else if (purple_strequal(hint, "group")) {
PurpleBlistNode *node;
for (node = purple_blist_get_root(); node;
node = purple_blist_node_get_sibling_next(node)) {