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

(-)a/kinit/kinit.cpp (+1 lines)
Lines 1615-1620 Link Here
1615
// another X connection for startup notification purposes
1615
// another X connection for startup notification purposes
1616
static void setupX()
1616
static void setupX()
1617
{
1617
{
1618
    XInitThreads();
1618
    XSetIOErrorHandler(kdeinit_xio_errhandler);
1619
    XSetIOErrorHandler(kdeinit_xio_errhandler);
1619
    XSetErrorHandler(kdeinit_x_errhandler);
1620
    XSetErrorHandler(kdeinit_x_errhandler);
1620
}
1621
}

Return to bug 812