mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
kinit: correct warnings scope in kdeinit_xio_errhandler()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
96868b9922
commit
a8be3520ec
1 changed files with 4 additions and 5 deletions
|
@ -1339,7 +1339,6 @@ static void kdeinit_library_path()
|
||||||
int kdeinit_xio_errhandler( Display *disp )
|
int kdeinit_xio_errhandler( Display *disp )
|
||||||
{
|
{
|
||||||
// disp is 0L when KDE shuts down. We don't want those warnings then.
|
// disp is 0L when KDE shuts down. We don't want those warnings then.
|
||||||
|
|
||||||
if ( disp )
|
if ( disp )
|
||||||
kWarning() << "Fatal IO error: client killed";
|
kWarning() << "Fatal IO error: client killed";
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue