[Libreoffice-commits] core.git: sfx2/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Fri Jun 4 20:07:22 UTC 2021
sfx2/source/dialog/dinfdlg.cxx | 8 +-------
1 file changed, 1 insertion(+), 7 deletions(-)
New commits:
commit b68be8c7286b3168468414ec0106c610582f9d6f
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Jun 4 20:14:54 2021 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Fri Jun 4 22:06:29 2021 +0200
gtk4: undo bootstrapping conditional page removal
now menubutton is available again
Change-Id: If3112cde3e5231245088740ab0217a0e61b3579c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/116733
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/sfx2/source/dialog/dinfdlg.cxx b/sfx2/source/dialog/dinfdlg.cxx
index 97d472a89ff8..40bd42c63f6e 100644
--- a/sfx2/source/dialog/dinfdlg.cxx
+++ b/sfx2/source/dialog/dinfdlg.cxx
@@ -1113,13 +1113,7 @@ SfxDocumentInfoDialog::SfxDocumentInfoDialog(weld::Window* pParent, const SfxIte
// Property Pages
AddTabPage("general", SfxDocumentPage::Create, nullptr);
AddTabPage("description", SfxDocumentDescPage::Create, nullptr);
- if (Application::GetToolkitName() == "gtk4")
- {
- SAL_WARN( "sfx.dialog", "temp bootstrapping gtk4 disabled page for menubutton");
- RemoveTabPage("customprops");
- }
- else
- AddTabPage("customprops", SfxCustomPropertiesPage::Create, nullptr);
+ AddTabPage("customprops", SfxCustomPropertiesPage::Create, nullptr);
if (rInfoItem.isCmisDocument())
AddTabPage("cmisprops", SfxCmisPropertiesPage::Create, nullptr);
else
More information about the Libreoffice-commits
mailing list