[Libreoffice-commits] core.git: vcl/unx
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Tue Jun 1 07:48:28 UTC 2021
vcl/unx/gtk3/gtkinst.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 26d755840c318b7296276bdc526e1c860c3406ac
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Mon May 31 20:51:25 2021 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Jun 1 09:47:39 2021 +0200
gtk4: restore pixbufs to TreeView
Change-Id: Ic12de1d245be1336e83b137d2d0f5e2efbd3d57d
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116505
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/vcl/unx/gtk3/gtkinst.cxx b/vcl/unx/gtk3/gtkinst.cxx
index b373071b9d5c..8b684ea95f5a 100644
--- a/vcl/unx/gtk3/gtkinst.cxx
+++ b/vcl/unx/gtk3/gtkinst.cxx
@@ -4358,13 +4358,13 @@ namespace
16, GTK_ICON_LOOKUP_USE_BUILTIN, &error);
}
else
+#endif
{
const AllSettings& rSettings = Application::GetSettings();
pixbuf = load_icon_by_name_theme_lang(rIconName,
rSettings.GetStyleSettings().DetermineIconTheme(),
rSettings.GetUILanguageTag().getBcp47());
}
-#endif
return pixbuf;
}
}
More information about the Libreoffice-commits
mailing list