diff options
author | Justin Luth <jluth@mail.com> | 2023-07-20 06:04:11 -0400 |
---|---|---|
committer | Justin Luth <jluth@mail.com> | 2023-07-20 15:32:06 +0200 |
commit | d795d147b644a9abdb9fb343dec5970e435b527b (patch) | |
tree | 49d7d47e213ecc0a182cde1f07f0d90fa104d9e6 /svtools/uiconfig/ui/restartdialog.ui | |
parent | 46ef53f8ab839f659892589cbd7d143beb3eea9f (diff) |
Revert "tdf#149401 show "Restart LibreOffice" dialog changing AutoRecovery"
This reverts 7.4 commit 18cc891483fef63ad168273658a30bff72b87a95.
The bits are no longer used because all options in this dialog
apply immediately, thanks to tdf#65509 and even more so tdf#156308
(which are API changes that won't be backported - so 24.2+ only).
I didn't see any other option in this dialog that could have
benefitted from a restart request, and the scope of this
dialog is rather small, so no value in ignoring the dead code.
Change-Id: I3f40421af079fd42c10d6862949279328ef5583b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/154669
Tested-by: Jenkins
Reviewed-by: Justin Luth <jluth@mail.com>
Diffstat (limited to 'svtools/uiconfig/ui/restartdialog.ui')
-rw-r--r-- | svtools/uiconfig/ui/restartdialog.ui | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/svtools/uiconfig/ui/restartdialog.ui b/svtools/uiconfig/ui/restartdialog.ui index 89fc4340533c..d6076a3fe01b 100644 --- a/svtools/uiconfig/ui/restartdialog.ui +++ b/svtools/uiconfig/ui/restartdialog.ui @@ -259,21 +259,6 @@ </packing> </child> <child> - <object class="GtkLabel" id="reason_save"> - <property name="can-focus">False</property> - <property name="no-show-all">True</property> - <property name="label" translatable="yes" context="restartdialog|reason_save">For the modified save settings to take effect, %PRODUCTNAME must be restarted.</property> - <property name="wrap">True</property> - <property name="max-width-chars">50</property> - <property name="xalign">0</property> - </object> - <packing> - <property name="expand">False</property> - <property name="fill">True</property> - <property name="position">14</property> - </packing> - </child> - <child> <object class="GtkLabel" id="label"> <property name="visible">True</property> <property name="can-focus">False</property> @@ -284,7 +269,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">15</property> + <property name="position">14</property> </packing> </child> <child> @@ -299,7 +284,7 @@ <packing> <property name="expand">False</property> <property name="fill">True</property> - <property name="position">16</property> + <property name="position">15</property> </packing> </child> </object> |