Make sure target for displayMsg is not null
authorBas Pape <baspape@gmail.com>
Sat, 23 Feb 2013 18:35:28 +0000 (19:35 +0100)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 6 Mar 2013 19:46:03 +0000 (20:46 +0100)
In the key related functions bufferInfo.bufferName() was used, but this
returns a null QString, which causes a segfault when processed later on,
so replace them with emtpy strings.


No differences found