soc.2008.masterpassword: cc2124c4: Fix a simple warning.

qulogic at pidgin.im qulogic at pidgin.im
Mon Oct 31 04:10:39 EDT 2011


----------------------------------------------------------------------
Revision: cc2124c4a87cddf434c2f34a110e8d1ddfe127c7
Parent:   cc3916848dfcfa594d1d1c865495aad69237022c
Author:   qulogic at pidgin.im
Date:     10/30/11 20:34:39
Branch:   im.pidgin.soc.2008.masterpassword
URL: http://d.pidgin.im/viewmtn/revision/info/cc2124c4a87cddf434c2f34a110e8d1ddfe127c7

Changelog: 

Fix a simple warning.

Changes against parent cc3916848dfcfa594d1d1c865495aad69237022c

  patched  finch/gntprefs.c

-------------- next part --------------
============================================================
--- finch/gntprefs.c	be0c6adf6db3e60688c188378418a1d7d2744f12
+++ finch/gntprefs.c	43af092e3c6a2f707ca05ac07ef7eacfed5de781
@@ -205,7 +205,7 @@ static Prefs keyring[] =
 
 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[] =


More information about the Commits mailing list