--- a/plugins/perl/common/Gaim.xs Wed Aug 17 21:42:28 2005 +0000 +++ b/plugins/perl/common/Gaim.xs Thu Aug 18 01:35:14 2005 +0000 @@ -83,30 +83,30 @@ BOOT: GAIM_PERL_BOOT(Account); - GAIM_PERL_BOOT(BuddyList); GAIM_PERL_BOOT(Account__Option); GAIM_PERL_BOOT(Buddy__Icon); + GAIM_PERL_BOOT(BuddyList); GAIM_PERL_BOOT(Cipher); - GAIM_PERL_BOOT(Conv); + GAIM_PERL_BOOT(Cmds); GAIM_PERL_BOOT(Connection); - GAIM_PERL_BOOT(Plugin); - GAIM_PERL_BOOT(Prefs); - GAIM_PERL_BOOT(Cmds); + GAIM_PERL_BOOT(Conv); GAIM_PERL_BOOT(Xfer); GAIM_PERL_BOOT(ImgStore); GAIM_PERL_BOOT(Log); GAIM_PERL_BOOT(Network); GAIM_PERL_BOOT(Notify); + GAIM_PERL_BOOT(Plugin); + GAIM_PERL_BOOT(Pref); GAIM_PERL_BOOT(Pounce); - GAIM_PERL_BOOT(Pref); + GAIM_PERL_BOOT(Prefs); GAIM_PERL_BOOT(Privacy); GAIM_PERL_BOOT(Proxy); GAIM_PERL_BOOT(Prpl); GAIM_PERL_BOOT(Request); GAIM_PERL_BOOT(Roomlist); + GAIM_PERL_BOOT(SSL); GAIM_PERL_BOOT(SavedStatus); GAIM_PERL_BOOT(Sound); - GAIM_PERL_BOOT(SSL); GAIM_PERL_BOOT(Status); GAIM_PERL_BOOT(Stringref); GAIM_PERL_BOOT(Util);