[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r1997: Clear the 'Add Bridge' line edit box after adding that bridg (in trunk: . src/gui/config)
Author: edmanm
Date: 2007-10-11 12:45:10 -0400 (Thu, 11 Oct 2007)
New Revision: 1997
Modified:
trunk/
trunk/src/gui/config/networkpage.cpp
Log:
r2056@lysithea: edmanm | 2007-10-11 12:44:41 -0400
Clear the 'Add Bridge' line edit box after adding that bridge to the bridge
list widget.
Property changes on: trunk
___________________________________________________________________
svk:merge ticket from /local/vidalia/trunk [r2056] on dc66be73-d13e-47ba-a267-8dc7cda68c65
Modified: trunk/src/gui/config/networkpage.cpp
===================================================================
--- trunk/src/gui/config/networkpage.cpp 2007-10-11 16:45:04 UTC (rev 1996)
+++ trunk/src/gui/config/networkpage.cpp 2007-10-11 16:45:10 UTC (rev 1997)
@@ -85,6 +85,7 @@
/* XXX: We should do some verification that the gibberish the user typed in
* is actually valid. */
ui.listBridges->addItem(bridge);
+ ui.lineBridge->clear();
}
/** Removes one or more selected bridges from the bridge list box. */