[551] in BarnOwl Developers

home help back first fref pref prev next nref lref last post

[D-O-H] r668 - / trunk/owl

daemon@ATHENA.MIT.EDU (nelhage@MIT.EDU)
Thu Oct 29 18:07:20 2009

Resent-From: nelhage@mit.edu
Resent-To: barnowl-dev-mtg@charon.mit.edu
To: dirty-owl-hackers@mit.edu
From: nelhage@MIT.EDU
Reply-to: dirty-owl-hackers@MIT.EDU
Date: Sat, 17 Mar 2007 14:47:59 -0400 (EDT)

Author: nelhage
Date: 2007-03-17 14:47:58 -0400 (Sat, 17 Mar 2007)
New Revision: 668

Modified:
   /
   trunk/owl/perlwrap.pm
Log:
 r20278@phanatique:  nelhage | 2007-03-16 21:15:50 -0400
 Fix the display of zephyrs with empty instances
 



Property changes on: 
___________________________________________________________________
Name: svk:merge
   - 6122c8b4-0e12-0410-9533-8bcd7c66c992:/local/dirty-owl-hacks:24493
6aa88b72-b502-0410-8cb4-a5dd0230fb79:/owl-local:1356
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/d-o-h:18636
   + 6122c8b4-0e12-0410-9533-8bcd7c66c992:/local/dirty-owl-hacks:24493
6aa88b72-b502-0410-8cb4-a5dd0230fb79:/owl-local:1356
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/barnowl:20278
bb873fd7-8e23-0410-944a-99ec44c633eb:/local/d-o-h:18636

Modified: trunk/owl/perlwrap.pm
===================================================================
--- trunk/owl/perlwrap.pm	2007-03-16 04:45:19 UTC (rev 667)
+++ trunk/owl/perlwrap.pm	2007-03-17 18:47:58 UTC (rev 668)
@@ -587,7 +587,7 @@
         }
     } else {
         $header = $m->context;
-        if($m->subcontext) {
+        if(defined $m->subcontext) {
             $header .= ' / ' . $m->subcontext;
         }
         $header .= ' / @b{' . $m->pretty_sender . '}';


home help back first fref pref prev next nref lref last post