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

(-)a/kdesktop/lock/main.cc (-2 lines)
Lines 529-541 int main( int argc, char **argv ) Link Here
529
            delete trinity_desktop_lock_process;
529
            delete trinity_desktop_lock_process;
530
            trinity_desktop_lock_process = NULL;
530
            trinity_desktop_lock_process = NULL;
531
531
532
#if 0
533
            // FIXME
532
            // FIXME
534
            // We should not have to return (restart) at all,
533
            // We should not have to return (restart) at all,
535
            // but it seems that some X11 connections are left active,
534
            // but it seems that some X11 connections are left active,
536
            // preventing the lock process from restarting properly in the while() loop above.
535
            // preventing the lock process from restarting properly in the while() loop above.
537
            return 0;
536
            return 0;
538
#endif
539
        }
537
        }
540
    }
538
    }
541
}
539
}

Return to bug 2222