summaryrefslogtreecommitdiff
path: root/finch
diff options
context:
space:
mode:
Diffstat (limited to 'finch')
-rw-r--r--finch/gntrequest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/finch/gntrequest.c b/finch/gntrequest.c
index 8d15f17d65..70b08f4b47 100644
--- a/finch/gntrequest.c
+++ b/finch/gntrequest.c
@@ -421,7 +421,7 @@ create_boolean_field(PurpleRequestField *field)
static GntWidget*
create_string_field(PurpleRequestField *field, GntWidget **username)
{
- const char *hint = purple_request_field_get_field_type_hint(field);
+ const char *hint = purple_request_field_get_type_hint(field);
GntWidget *entry = gnt_entry_new(
purple_request_field_string_get_default_value(field));
gnt_entry_set_masked(GNT_ENTRY(entry),