summaryrefslogtreecommitdiff
path: root/roundcubemail/program/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'roundcubemail/program/js/app.js')
-rw-r--r--roundcubemail/program/js/app.js4
1 files 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 : ' ';