Make compilation unit rtengine/icons.cc -Wextra clean, #4155

This commit is contained in:
heckflosse
2017-10-25 13:26:14 +02:00
parent beb6347a48
commit 7542cfc456
5 changed files with 7 additions and 6 deletions

View File

@@ -2147,7 +2147,7 @@ void Preferences::cancelPressed ()
{
// set the initial theme back
if (themeFNames.at (theme->get_active_row_number ()).longFName != options.theme) {
rtengine::setPaths (options);
rtengine::setPaths();
RTImage::updateImages();
switchThemeTo (options.theme);
}
@@ -2205,7 +2205,7 @@ void Preferences::themeChanged ()
{
moptions.theme = themeFNames.at (theme->get_active_row_number ()).longFName;
rtengine::setPaths (moptions);
rtengine::setPaths();
RTImage::updateImages();
switchThemeTo (moptions.theme);
}