summaryrefslogtreecommitdiff
path: root/src/guichan
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2012-08-24 18:29:30 +0300
committerAndrei Karas <akaras@inbox.ru>2012-08-24 18:30:16 +0300
commita316d537dce50f4b4e1e10f5c26a7851baddbd8b (patch)
tree078de355216db6dab67df9575402cdba7d537dbd /src/guichan
parentcb00b6fe126afe5fff8fc7ff491fda6003ea68f2 (diff)
downloadmv-a316d537dce50f4b4e1e10f5c26a7851baddbd8b.tar.gz
mv-a316d537dce50f4b4e1e10f5c26a7851baddbd8b.tar.bz2
mv-a316d537dce50f4b4e1e10f5c26a7851baddbd8b.tar.xz
mv-a316d537dce50f4b4e1e10f5c26a7851baddbd8b.zip
Small style changes.
Also fix overloaded methods visibility.
Diffstat (limited to 'src/guichan')
-rw-r--r--src/guichan/widget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guichan/widget.cpp b/src/guichan/widget.cpp
index 8bae81141..efeb80486 100644
--- a/src/guichan/widget.cpp
+++ b/src/guichan/widget.cpp
@@ -299,7 +299,7 @@ namespace gcn
if (visible)
distributeShownEvent();
- else if (!visible)
+ else
distributeHiddenEvent();
mVisible = visible;