https://bugs.documentfoundation.org/show_bug.cgi?id=162732

Julien Nabet <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |heiko.tietze@documentfounda
                   |                            |tion.org,
                   |                            |[email protected]
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |NEW

--- Comment #2 from Julien Nabet <[email protected]> ---
On pc Debian x86-64 with master sources updated today, I could reproduce this.

Just for the record, if we remove the icon with this patch for example:
diff --git a/sfx2/source/dialog/backingwindow.cxx
b/sfx2/source/dialog/backingwindow.cxx
index 3c90d1ea2ade..f7bc57a3608e 100644
--- a/sfx2/source/dialog/backingwindow.cxx
+++ b/sfx2/source/dialog/backingwindow.cxx
@@ -196,7 +196,7 @@ BackingWindow::BackingWindow(vcl::Window* i_pParent)
     // tdf#161796 make the extension button show the donation page
     if (officecfg::Office::Common::Misc::ShowDonation::get())
     {
-        mxExtensionsButton->set_from_icon_name(BMP_DONATE); // icon first
needed on gtk3 to apply the label
+        //mxExtensionsButton->set_from_icon_name(BMP_DONATE); // icon first
needed on gtk3 to apply the label
         OUString sDonate(SfxResId(STR_DONATE_BUTTON));
         if (sDonate.getLength() > 8)
         {

it's ok.

Heiko: thought you might be interested in this one.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to