summaryrefslogtreecommitdiff
path: root/finch/gntprefs.c
diff options
context:
space:
mode:
authorElliott Sales de Andrade <qulogic@pidgin.im>2011-10-31 00:34:39 +0000
committerElliott Sales de Andrade <qulogic@pidgin.im>2011-10-31 00:34:39 +0000
commitb43bd864d4582453e7f6dcecfd3666509eede12f (patch)
tree4d4a02e068bb959eb374fe29df4d98efdaa2a228 /finch/gntprefs.c
parent359cba99818f7c41830c0e88095642cde9165bf4 (diff)
downloadpidgin-b43bd864d4582453e7f6dcecfd3666509eede12f.tar.gz
Fix a simple warning.
Diffstat (limited to 'finch/gntprefs.c')
-rw-r--r--finch/gntprefs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/finch/gntprefs.c b/finch/gntprefs.c
index b09d059fa2..c7cb82d979 100644
--- a/finch/gntprefs.c
+++ b/finch/gntprefs.c
@@ -205,7 +205,7 @@ static Prefs logging[] =
static Prefs keyring[] =
{
- {PURPLE_PREF_STRING, "/purple/keyring/active", N_("Active keyring"), purple_keyring_get_options}
+ {PURPLE_PREF_STRING, "/purple/keyring/active", N_("Active keyring"), get_keyring_options}
};
static Prefs idle[] =