From a41dcfecb073d86cf02d4790d86a28945930ff73 Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Mon, 11 Apr 2011 15:10:21 -0400
Subject: [PATCH] Fix call to parent window

---
 program/js/app.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/program/js/app.js b/program/js/app.js
index bfce7c7..8d94e02 100644
--- a/program/js/app.js
+++ b/program/js/app.js
@@ -5193,7 +5193,7 @@
       this.set_busy(true);
 
     if (this.is_framed())
-      parent.redirect(url, lock);
+      parent.rcmail.redirect(url, lock);
     else
       this.location_href(url, window);
   };

--
Gitblit v1.9.1