By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 2023
Collapse All | Expand All

(-)tdebase/kdesktop/lock/main.cc (-1 lines)
Lines 65-71 Link Here
65
65
66
TQXLibWindowList trinity_desktop_lock_hidden_window_list;
66
TQXLibWindowList trinity_desktop_lock_hidden_window_list;
67
67
68
// [FIXME] Add GUI configuration checkboxes for these three settings (see kdesktoprc [ScreenSaver] UseUnmanagedLockWindows, DelaySaverStart, and UseTDESAK)
69
bool trinity_desktop_lock_use_system_modal_dialogs = FALSE;
68
bool trinity_desktop_lock_use_system_modal_dialogs = FALSE;
70
bool trinity_desktop_lock_delay_screensaver_start = FALSE;
69
bool trinity_desktop_lock_delay_screensaver_start = FALSE;
71
bool trinity_desktop_lock_use_sak = FALSE;
70
bool trinity_desktop_lock_use_sak = FALSE;

Return to bug 2023