cui/uiconfig/ui/optsecuritypage.ui | 1 - 1 file changed, 1 deletion(-)
New commits: commit 18502f44fc68ee9aa7967377b81c06b81d649858 Author: Caolán McNamara <caolan.mcnam...@collabora.com> AuthorDate: Thu Sep 7 11:30:57 2023 +0100 Commit: Caolán McNamara <caolan.mcnam...@collabora.com> CommitDate: Thu Sep 7 17:11:42 2023 +0200 fix warning of gtkwidget.c:8652: widget not within a GtkWindow drop the has-focus here which defaulted this button to be the default one, which we don't want anyway here Change-Id: I4392bcedeb48289d262dd40c6fe6f61e7baf60db Reviewed-on: https://gerrit.libreoffice.org/c/core/+/156657 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnam...@collabora.com> diff --git a/cui/uiconfig/ui/optsecuritypage.ui b/cui/uiconfig/ui/optsecuritypage.ui index 9e274cba4a09..7a2ac51e1920 100644 --- a/cui/uiconfig/ui/optsecuritypage.ui +++ b/cui/uiconfig/ui/optsecuritypage.ui @@ -525,7 +525,6 @@ Do you want to delete password list and reset master password?</property> <property name="visible">True</property> <property name="can-focus">True</property> <property name="can-default">True</property> - <property name="has-default">True</property> <property name="receives-default">True</property> <property name="use-underline">True</property> </object>