changeset 16683:3c1c77f441c6

merge of '537c18e40e539d31172569c7c913075aa5e87892' and 'eaccd214c6801670c1046dea719bb82e84da8f65'
author Tim Ringenbach <marv@pidgin.im>
date Mon, 23 Apr 2007 21:25:06 +0000
parents 18d566625ae5 (diff) 9f6d974045e0 (current diff)
children a0cae757170f
files PROGRAMMING_NOTES libpurple/protocols/yahoo/yahoo.c libpurple/version.h pidgin/plugins/perl/common/GtkUI.pm pidgin/plugins/perl/common/GtkUI.xs
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoo.c	Sat Apr 28 18:32:47 2007 +0000
+++ b/libpurple/protocols/yahoo/yahoo.c	Mon Apr 23 21:25:06 2007 +0000
@@ -76,7 +76,8 @@
 	purple_privacy_permit_remove(gc->account,who,TRUE);
 }
 
-gboolean yahoo_privacy_check(PurpleConnection *gc, const char *who)
+gboolean
+yahoo_privacy_check(PurpleConnection *gc, const char *who)
 {
 	/* returns TRUE if allowed through, FALSE otherwise */
 	gboolean permitted;