[454] in BarnOwl Developers
[D-O-H] r583 - trunk/owl
daemon@ATHENA.MIT.EDU (chmrr@MIT.EDU)
Thu Oct 29 18:06:20 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
To: dirty-owl-hackers@mit.edu
From: chmrr@MIT.EDU
Reply-To: dirty-owl-hackers@MIT.EDU
Date: Sat, 03 Feb 2007 15:27:42 -0500
Author: chmrr
Date: 2007-02-03 15:27:41 -0500 (Sat, 03 Feb 2007)
New Revision: 583
Modified:
trunk/owl/
trunk/owl/perlwrap.pm
Log:
r1373@utwig: chmrr | 2007-02-03 15:27:36 -0500
* Fix is_aim, now that type is 'AIM' and not 'aim'
Property changes on: trunk/owl
___________________________________________________________________
Name: svk:merge
- 06e3988a-d725-0410-af47-c5dd11e74598:/local/barnowl:1364
8baf6839-b125-0410-9df9-922793c80423:/local/owl:15641
+ 06e3988a-d725-0410-af47-c5dd11e74598:/local/barnowl:1373
8baf6839-b125-0410-9df9-922793c80423:/local/owl:15641
Modified: trunk/owl/perlwrap.pm
===================================================================
--- trunk/owl/perlwrap.pm 2007-02-02 04:52:28 UTC (rev 582)
+++ trunk/owl/perlwrap.pm 2007-02-03 20:27:41 UTC (rev 583)
@@ -108,7 +108,7 @@
sub is_admin { return (shift->{"type"} eq "admin"); }
sub is_generic { return (shift->{"type"} eq "generic"); }
sub is_zephyr { return (shift->{"type"} eq "zephyr"); }
-sub is_aim { return (shift->{"type"} eq "aim"); }
+sub is_aim { return (shift->{"type"} eq "AIM"); }
sub is_jabber { return (shift->{"type"} eq "jabber"); }
sub is_icq { return (shift->{"type"} eq "icq"); }
sub is_yahoo { return (shift->{"type"} eq "yahoo"); }