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 1999
Collapse All | Expand All

(-)trinity-tdebase-14.0.0~pre977+6e5d4cdf/kcontrol/smserver/kcmsmserver.cpp.fadeaway2 (+1 lines)
Lines 96-101 Link Here
96
  dialog->showLogoutStatusDialog->setChecked(c->readBoolEntry("showLogoutStatusDlg", true));
96
  dialog->showLogoutStatusDialog->setChecked(c->readBoolEntry("showLogoutStatusDlg", true));
97
  dialog->showFadeAway->setChecked(c->readBoolEntry("doFadeaway", true));
97
  dialog->showFadeAway->setChecked(c->readBoolEntry("doFadeaway", true));
98
  dialog->showFancyFadeAway->setChecked(c->readBoolEntry("doFancyLogout", true));
98
  dialog->showFancyFadeAway->setChecked(c->readBoolEntry("doFancyLogout", true));
99
  dialog->showFancyFadeAway->setEnabled(dialog->showLogoutStatusDialog->isChecked() && dialog->showFadeAway->isChecked()),
99
100
100
  delete c;
101
  delete c;
101
102

Return to bug 1999