~ubuntu-branches/ubuntu/maverick/adblock-plus/maverick-updates

« back to all changes in this revision

Viewing changes to chrome/content/prefs.js

  • Committer: Bazaar Package Importer
  • Author(s): Benjamin Drung
  • Date: 2010-01-07 17:25:17 UTC
  • mfrom: (0.2.7 upstream)
  • mto: This revision was merged to the branch mainline in revision 17.
  • Revision ID: james.westby@ubuntu.com-20100107172517-zvjiuls0mbezz8et
Tags: upstream-1.1.3
ImportĀ upstreamĀ versionĀ 1.1.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
296
296
  {
297
297
    if (topic == "private-browsing")
298
298
    {
299
 
      if (prefName == "enter")
 
299
      if (data == "enter")
300
300
        this.privateBrowsing = true;
301
 
      else if (prefName == "exit")
 
301
      else if (data == "exit")
302
302
        this.privateBrowsing = false;
303
303
    }
304
304
    else if (topic == "em-action-requested")