Merge master into gtk3

This commit is contained in:
heckflosse
2016-10-28 17:59:47 +02:00
259 changed files with 5061 additions and 3654 deletions

View File

@@ -290,5 +290,5 @@ void ColoredBar::clearBgGradient ()
bool ColoredBar::canGetColors()
{
return colorProvider != NULL || bgGradient.size() > 0;
return colorProvider != nullptr || bgGradient.size() > 0;
}