diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-03 11:04:08 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-03 11:31:40 +0900 |
commit | d5ec3d83b6eeaf5b7c4e2b02f231f7091a13f222 (patch) | |
tree | 40f4fb1ee1a172fc172cee2c8dd5a866aa064dcf /ksmserver/server.h | |
parent | ba767a247d8152600535005da253cf8f0c750b44 (diff) | |
download | tdebase-fix/issue-314.tar.gz tdebase-fix/issue-314.zip |
Remove unnecessary code related to the simple login modal dialog.fix/issue-314
The showFancyLogin option controls the appearance of a simple modal dialog at login.
This dialog is disabled if a splash screen is used. The dialog would show up if:
1. no splash screen was used and a new unsaved session was started
2. the 'Unified' splash screen was used and a saved session was restored.
In this case the dialog and the 'Unified' splash screen would both be shown, covering each other.
This is a partial revert of commit b971f9aae7 and resolves issue #314.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ksmserver/server.h')
-rw-r--r-- | ksmserver/server.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ksmserver/server.h b/ksmserver/server.h index 511013dc7..baddcb028 100644 --- a/ksmserver/server.h +++ b/ksmserver/server.h @@ -209,7 +209,6 @@ private: void saveCurrentSession(); void saveCurrentSessionAs(TQString); - TQWidget* startupNotifierIPDlg; TQWidget* shutdownNotifierIPDlg; private: |