[908] in BarnOwl Developers
[D-O-H] r895 - branches/barnowl_unicode/owl/perl/modules/Jabber/lib/BarnOwl/Module
daemon@ATHENA.MIT.EDU (asedeno@MIT.EDU)
Thu Oct 29 18:11:00 2009
Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
To: dirty-owl-hackers@mit.edu
From: asedeno@MIT.EDU
Reply-to: dirty-owl-hackers@MIT.EDU
Date: Thu, 17 Jan 2008 09:51:48 -0500 (EST)
Author: asedeno
Date: 2008-01-17 09:51:48 -0500 (Thu, 17 Jan 2008)
New Revision: 895
Modified:
branches/barnowl_unicode/owl/perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm
Log:
unicode/glib branch
removing more hackery I left behind after doing things the right way.
Modified: branches/barnowl_unicode/owl/perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm
===================================================================
--- branches/barnowl_unicode/owl/perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm 2008-01-17 07:13:44 UTC (rev 894)
+++ branches/barnowl_unicode/owl/perl/modules/Jabber/lib/BarnOwl/Module/Jabber.pm 2008-01-17 14:51:48 UTC (rev 895)
@@ -523,7 +523,7 @@
$cmd .= " -t $jwrite_thread" if $jwrite_thread;
$cmd .= " -s $jwrite_subject" if $jwrite_subject;
- BarnOwl::start_edit_win( Encode::encode_utf8($cmd), \&process_owl_jwrite );
+ BarnOwl::start_edit_win($cmd, \&process_owl_jwrite );
}
sub cmd_jmuc {