diff options
author | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-22 19:43:14 +0000 |
---|---|---|
committer | Guillaume Melquiond <guillaume.melquiond@gmail.com> | 2007-10-22 19:43:14 +0000 |
commit | 113c3440f04470aca4f45840ab9b8db0459b7113 (patch) | |
tree | 58ac13a4bc1bd0dafd4c72a867208e95dd0c7077 /ChangeLog | |
parent | c2d102ed9adfdf1a960b6eb97ce58961022f62c8 (diff) | |
download | mana-113c3440f04470aca4f45840ab9b8db0459b7113.tar.gz mana-113c3440f04470aca4f45840ab9b8db0459b7113.tar.bz2 mana-113c3440f04470aca4f45840ab9b8db0459b7113.tar.xz mana-113c3440f04470aca4f45840ab9b8db0459b7113.zip |
Plugged memory leak. Simplified code. Removed annoying reset of text fields. Changed error message and marked it as translatable.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -5,6 +5,9 @@ Plugged memory leak. * src/configuration.cpp, src/main.cpp: Plugged memory leak. Cleaned code. + * src/gui/serverdialog.cpp, src/gui/serverdialog.h: Plugged memory + leak. Simplified code. Removed annoying reset of text fields. Changed + error message and marked it as translatable. 2007-10-21 Guillaume Melquiond <guillaume.melquiond@gmail.com> |