From 70d6e8e10700a891bae0cfe50fbbeaa91fa3664e Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 7 Jan 2020 10:53:31 +0000 Subject: most has_tooltip uses are bogus MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit has_tooltip means to use "query-tooltip" to present a tooltip, not that the widget has a literal tooltip, the presence of which is sufficient to set the tooltip Change-Id: I49b35debd1bca1803464096fbc550eb50945509f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86336 Tested-by: Jenkins Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- desktop/uiconfig/ui/extensionmanager.ui | 1 - desktop/uiconfig/ui/updatedialog.ui | 2 -- 2 files changed, 3 deletions(-) (limited to 'desktop/uiconfig/ui') diff --git a/desktop/uiconfig/ui/extensionmanager.ui b/desktop/uiconfig/ui/extensionmanager.ui index 0bdcdccc530f..be2ca3e37d14 100644 --- a/desktop/uiconfig/ui/extensionmanager.ui +++ b/desktop/uiconfig/ui/extensionmanager.ui @@ -318,7 +318,6 @@ True True True - True none 0 diff --git a/desktop/uiconfig/ui/updatedialog.ui b/desktop/uiconfig/ui/updatedialog.ui index 820871d98032..25ee24c0100a 100644 --- a/desktop/uiconfig/ui/updatedialog.ui +++ b/desktop/uiconfig/ui/updatedialog.ui @@ -270,7 +270,6 @@ True True True - True none @@ -298,7 +297,6 @@ True True True - True none -- cgit