diff options
author | Timothy Pearson <[email protected]> | 2012-11-19 20:55:13 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-11-19 20:55:13 -0600 |
commit | f73ccdb6618c4d9f7b1bf5cbdfe61641ed30ce38 (patch) | |
tree | 9162131172d795cb57e014e4975d38f79aec09ab /src/knemod/interfaceicon.h | |
parent | 11835f424e0943faa55426e027cd81f38c4a8dd0 (diff) | |
download | knemo-f73ccdb6618c4d9f7b1bf5cbdfe61641ed30ce38.tar.gz knemo-f73ccdb6618c4d9f7b1bf5cbdfe61641ed30ce38.zip |
Fix multiple event notifications
Diffstat (limited to 'src/knemod/interfaceicon.h')
-rw-r--r-- | src/knemod/interfaceicon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/knemod/interfaceicon.h b/src/knemod/interfaceicon.h index f279d6a..673436b 100644 --- a/src/knemod/interfaceicon.h +++ b/src/knemod/interfaceicon.h @@ -73,7 +73,7 @@ public slots: /* * Creates or deletes the tray icon */ - void updateTrayStatus( int previousState ); + void updateTrayStatus( int previousState, bool notify=true ); /* * Resizes the tray icon |