[Pkg-mozext-commits] [firetray] 321/399: fix finding if chat tab selected and conversation active

David Prévot taffit at alioth.debian.org
Tue Oct 29 18:24:06 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch dfsg-clean
in repository firetray.

commit cab57e62c5a7603d1995a83b03ae583ade55dfe5
Author: foudfou <foudil.newbie+git at gmail.com>
Date:   Mon Oct 15 23:13:20 2012 +0200

    fix finding if chat tab selected and conversation active
---
 src/modules/FiretrayChat.jsm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/modules/FiretrayChat.jsm b/src/modules/FiretrayChat.jsm
index b9cd29c..4063c6f 100644
--- a/src/modules/FiretrayChat.jsm
+++ b/src/modules/FiretrayChat.jsm
@@ -108,9 +108,9 @@ firetray.Chat = {
     let activeChatTab = null;
     activeChatTab = this.findActiveChatTab(activeWin);
 
-    let convNameRegex = new RegExp(" - "+conv.name+"$");
+    let convNameRegex = new RegExp(" - "+conv.title+"$");
     let title = activeChatTab && activeChatTab.title;
-    log.debug("conv.name='"+conv.name+"' title="+title);
+    log.debug("conv.title='"+conv.title+"' title="+title);
     return convNameRegex.test(title);
   },
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/firetray.git



More information about the Pkg-mozext-commits mailing list