diff plugins/perl/perl.c @ 12890:e0629444c455

[gaim-migrate @ 15243] I was working on making plugin prefs more useful from perl and realized this file was all out of order, so I fixed it. I managed to get plugin prefs working but gaim was crashing if you quit while a plugin was loaded that used them so they aren't getting committed, but this is since it's barely real. committer: Tailor Script <tailor@pidgin.im>
author Etan Reisner <pidgin@unreliablesource.net>
date Mon, 16 Jan 2006 09:30:11 +0000
parents e1603fd610fa
children d1e6890ed062
line wrap: on
line diff
--- a/plugins/perl/perl.c	Mon Jan 16 05:32:36 2006 +0000
+++ b/plugins/perl/perl.c	Mon Jan 16 09:30:11 2006 +0000
@@ -357,7 +357,7 @@
 				                                 SvPV(*key, len));
 				info->prefs_info = &ui_info;
 			}
-			
+
 			if ((key = hv_fetch(plugin_info, "gtk_prefs_info",
 			                    strlen("gtk_prefs_info"), 0))) {
 				/* key now is the name of the Perl sub that