~ubuntu-branches/ubuntu/karmic/xulrunner-1.9/karmic

« back to all changes in this revision

Viewing changes to mozilla/widget/src/windows/nsLookAndFeel.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Alexander Sack
  • Date: 2009-03-05 17:19:38 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20090305171938-em56xsox7j2mfqdq
Tags: 1.9.0.7+nobinonly-0ubuntu1
* security/stability v1.9.0.7 (FIREFOX_3_0_7_RELEASE)
  - USN-728-1
* bump required soft-depends on nspr to >= 4.7.3
  - update debian/rules

Show diffs side-by-side

added added

removed removed

Lines of Context:
562
562
          // users a handful of clock cycles by skipping checks for the
563
563
          // 5.x themes (or vice-versa), we can use a single loop for all
564
564
          // the different Windows versions.
565
 
          if (hresult == S_OK && GetWindowsVersion() <= VISTA_VERSION) {
 
565
          if (hresult == S_OK && GetWindowsVersion() <= WIN7_VERSION) {
566
566
            LPCWSTR defThemes[] = {
567
567
              L"luna.msstyles",
568
568
              L"royale.msstyles",