Merge lp:~abreu-alexandre/unity-webapps-twitter/fix-launcher-integration into lp:unity-webapps-twitter

Proposed by Alexandre Abreu
Status: Merged
Merged at revision: 33
Proposed branch: lp:~abreu-alexandre/unity-webapps-twitter/fix-launcher-integration
Merge into: lp:unity-webapps-twitter
Diff against target: 11 lines (+1/-1)
1 file modified
Twitter.user.js (+1/-1)
To merge this branch: bzr merge lp:~abreu-alexandre/unity-webapps-twitter/fix-launcher-integration
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
WebApps Pending
Review via email: mp+211617@code.launchpad.net

Commit message

Fix launcher count integration, we dont need to handle the multi tab case w/ the container

Description of the change

Fix launcher count integration, we dont need to handle the multi tab case w/ the container

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Twitter.user.js'
2--- Twitter.user.js 2013-06-17 23:17:31 +0000
3+++ Twitter.user.js 2014-03-18 19:57:42 +0000
4@@ -69,7 +69,7 @@
5 }
6
7 function messagingIndicatorSetup() {
8- var indicatorsController = new Indicators(checkMessagesCount, true);
9+ var indicatorsController = new Indicators(checkMessagesCount);
10 indicatorsController.visited(currentIndicator);
11 }
12

Subscribers

People subscribed via source and target branches

to all changes: