summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/emotecontainer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/emotecontainer.cpp b/src/gui/emotecontainer.cpp
index 3425cde8..3003b949 100644
--- a/src/gui/emotecontainer.cpp
+++ b/src/gui/emotecontainer.cpp
@@ -70,7 +70,7 @@ EmoteContainer::EmoteContainer():
EmoteContainer::~EmoteContainer()
{
- if (!mSelImg)
+ if (mSelImg)
{
mSelImg->decRef();
mSelImg = NULL;