From 31830bf99e9a1c358cd5b7c0730f446d939360bc Mon Sep 17 00:00:00 2001 From: Nathan Kinkade Date: Sat, 4 Apr 2009 20:21:05 +0000 Subject: Fixed a couple bad references to old environment variables for icons that don't exist now days with CSS sprites. --- roundcubemail/program/js/app.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roundcubemail/program/js/app.js b/roundcubemail/program/js/app.js index d232c8510..3ea53ebff 100644 --- a/roundcubemail/program/js/app.js +++ b/roundcubemail/program/js/app.js @@ -3675,9 +3675,9 @@ function rcube_webmail() if (c=='flag') { if (flags.flagged) - html = this.env.flaggedicon; + html = this.env.flagicon; else if(!flags.flagged) - html = this.env.unflaggedicon; + html = this.env.flagicon; } else if (c=='attachment') html = attachment ? this.env.attachmenticon : ' '; -- cgit v1.2.3