[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - framework/source
Samuel Mehrbrodt
Samuel.Mehrbrodt at cib.de
Tue Sep 15 05:14:02 PDT 2015
framework/source/uielement/generictoolbarcontroller.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 788fb4a0152d64c431c0c6062045a742ef80f40b
Author: Samuel Mehrbrodt <Samuel.Mehrbrodt at cib.de>
Date: Tue Sep 15 11:47:20 2015 +0200
tdf#94198 Printer missing from tooltip
Need to update the tooltip also on state change.
This partially reverts the fix for tdf#83558, 1fb8724f9834dbc07b741eeed31b31347bc0c2a1
Verified that the fix for tdf#83558 still works.
Change-Id: I023a5e4b101dc91522f19b0d3ed2ed0c4a47e64b
Reviewed-on: https://gerrit.libreoffice.org/18586
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
diff --git a/framework/source/uielement/generictoolbarcontroller.cxx b/framework/source/uielement/generictoolbarcontroller.cxx
index 8b37282..183da37 100644
--- a/framework/source/uielement/generictoolbarcontroller.cxx
+++ b/framework/source/uielement/generictoolbarcontroller.cxx
@@ -244,6 +244,7 @@ throw ( RuntimeException, std::exception )
aStrValue = aTmp;
}
m_pToolbar->SetItemText( m_nID, aStrValue );
+ m_pToolbar->SetQuickHelpText( m_nID, aStrValue );
}
if ( m_bMadeInvisible )
More information about the Libreoffice-commits
mailing list