Fix opening popup message view
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 27 Sep 2010 20:44:45 +0000 (14:44 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 27 Sep 2010 20:44:45 +0000 (14:44 -0600)
imp/js/dimpbase.js

index 3016e4f..eeafbeb 100644 (file)
@@ -1995,7 +1995,7 @@ var DimpBase = {
             if (tmp.first().draft && this.viewport.getMetaData('drafts')) {
                 DimpCore.compose('resume', { uids: tmp });
             } else {
-                this.msgWindow(tmp);
+                this.msgWindow(tmp.first());
             }
             e.stop();
         }