mirror of https://github.com/qTox/qTox.git
Browse Source
* The initial status icon to set on GTK didn't exist (anymore?). * GTK resources aren't compatible with Qt's, so the resource lookup couldn't work anyway, even if it did exist. * The caller calls SystemTryIcon::setIcon() right after instancing it anyway, so there's no need for an initial icon. This fixes a runtime critical warning from GTK as we tried to unref a NULL icon, which is invalid. Fixes #3154.pull/3390/head
1 changed files with 1 additions and 4 deletions
Loading…
Reference in new issue