Skip to content

Commit

Permalink
remove older ppa
Browse files Browse the repository at this point in the history
  • Loading branch information
LyzardKing committed Jan 20, 2019
1 parent b715142 commit e12e51d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ before_install:
# Linux
- if [ $TRAVIS_OS_NAME == linux ]; then
sudo apt-add-repository ppa:beineri/opt-qt595-xenial -y;
sudo apt-add-repository ppa:as-bahanta/raqm -y;
sudo apt-add-repository ppa:ricotz/testing -y;
sudo apt-get update -qq;
fi
Expand Down
7 changes: 0 additions & 7 deletions scribus/scpaths.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -453,17 +453,10 @@ QStringList ScPaths::systemProfilesDirs()
winSysDir = winSysDir.replace('\\','/');
if (osVersion.dwPlatformId == VER_PLATFORM_WIN32_NT) // Windows NT/2k/XP
{
<<<<<<< HEAD
if (osVersion.dwMajorVersion >= 5) // for 2k and XP dwMajorVersion == 5
iccProfDirs.append(winSysDir + "/Spool/Drivers/Color/");
}
else if (osVersion.dwPlatformId == VER_PLATFORM_WIN32_WINDOWS) // Windows 9x/Me
=======
if( osVersion.dwMajorVersion >= 5 ) // for 2k and XP dwMajorVersion == 5
iccProfDirs.append( winSysDir + "/Spool/Drivers/Color/");
}
else if( osVersion.dwPlatformId == VER_PLATFORM_WIN32_WINDOWS ) // Windows 9x/Me
>>>>>>> Add explicit appname on linux.
{
if (osVersion.dwMajorVersion >= 4 && osVersion.dwMinorVersion >= 10) // Win98 or WinMe
iccProfDirs.append(winSysDir + "/Color/");
Expand Down

0 comments on commit e12e51d

Please sign in to comment.