diff options
author | Dennis Friis <peavey@placid.dk> | 2008-06-09 15:03:14 +0000 |
---|---|---|
committer | Dennis Friis <peavey@placid.dk> | 2008-06-09 15:03:14 +0000 |
commit | eb019ab915998a3ec247b33dad4b23f763d7a29a (patch) | |
tree | 54c4844a719942376327dac8678476524c54db6c /ChangeLog | |
parent | 0dd4c03506132c5f4a7104152d8675d6990ba81b (diff) | |
download | mana-client-eb019ab915998a3ec247b33dad4b23f763d7a29a.tar.gz mana-client-eb019ab915998a3ec247b33dad4b23f763d7a29a.tar.bz2 mana-client-eb019ab915998a3ec247b33dad4b23f763d7a29a.tar.xz mana-client-eb019ab915998a3ec247b33dad4b23f763d7a29a.zip |
Fix for segfault in drop down list of player ignore and sanity check for /whisper ignore. Patch by fate.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,7 +1,14 @@ +2008-06-08 Fate <fate.tmw@googlemail.com> + + * src/gui/table.cpp: Invalidate mTopWidget whenever the model is + regenerated to reflect that we have no current valid selection. + * src/player_relations.cpp: Proper handling of case where player, to + apply ignore strategy to, is NULL. + 2008-06-05 Philipp Sehmisch <tmw@crushnet.org> * src/particle.cpp, src/gui/setup_video.cpp: Lowered default particle - detail level. + detail level. 2008-06-05 Bjørn Lindeijer <bjorn@lindeijer.nl> |