diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-04-14 09:56:23 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-04-14 10:27:09 +0100 |
commit | 3e535baddc534fbb183d763b3a70f457117ceb83 (patch) | |
tree | 89607223873e69c2f182e36afbd95c1667e77866 /sfx2 | |
parent | 8cbec30fcdb16bac41c7dd2ebc9667cd3a71f699 (diff) |
only one button should have has_default set
Change-Id: If47aa714e34d4acd7a9fc2e3f600ad4de847cdda
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/uiconfig/ui/bookmarkdialog.ui | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sfx2/uiconfig/ui/bookmarkdialog.ui b/sfx2/uiconfig/ui/bookmarkdialog.ui index 3f83f865ac09..c9ce55395992 100644 --- a/sfx2/uiconfig/ui/bookmarkdialog.ui +++ b/sfx2/uiconfig/ui/bookmarkdialog.ui @@ -65,7 +65,6 @@ <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_stock">True</property> </object> |