[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r2122: Don't forget to call setChanged(false) after we apply any ch (in trunk: . src/gui/config)
Author: edmanm
Date: 2007-11-21 18:19:23 -0500 (Wed, 21 Nov 2007)
New Revision: 2122
Modified:
trunk/
trunk/src/gui/config/configdialog.cpp
Log:
r2130@lysithea: edmanm | 2007-11-21 18:16:58 -0500
Don't forget to call setChanged(false) after we apply any changes on the
'Advanced' tab, too.
Property changes on: trunk
___________________________________________________________________
svk:merge ticket from /local/vidalia/trunk [r2130] on 0108964c-5b0b-4c9e-969f-e2288315d100
Modified: trunk/src/gui/config/configdialog.cpp
===================================================================
--- trunk/src/gui/config/configdialog.cpp 2007-11-21 23:18:49 UTC (rev 2121)
+++ trunk/src/gui/config/configdialog.cpp 2007-11-21 23:19:23 UTC (rev 2122)
@@ -227,6 +227,7 @@
if (tc->saveConf()) {
ServerSettings(tc).setChanged(false);
NetworkSettings(tc).setChanged(false);
+ TorSettings(tc).setChanged(false);
}
}