[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[vidalia-svn] r3947: Forgot to connect the other newnym button to the signal. Oop (vidalia/branches/extension-api/src/vidalia/HomePlugin)
Author: tyree731
Date: 2009-07-08 01:48:55 -0400 (Wed, 08 Jul 2009)
New Revision: 3947
Modified:
vidalia/branches/extension-api/src/vidalia/HomePlugin/HomePanel.cpp
Log:
Forgot to connect the other newnym button to the signal. Oops.
Modified: vidalia/branches/extension-api/src/vidalia/HomePlugin/HomePanel.cpp
===================================================================
--- vidalia/branches/extension-api/src/vidalia/HomePlugin/HomePanel.cpp 2009-07-08 05:44:39 UTC (rev 3946)
+++ vidalia/branches/extension-api/src/vidalia/HomePlugin/HomePanel.cpp 2009-07-08 05:48:55 UTC (rev 3947)
@@ -39,6 +39,7 @@
connect(ui.lblStartProxyImg, SIGNAL(clicked()), this, SIGNAL(startProxy()));
connect(ui.lblStartProxy, SIGNAL(clicked()), this, SIGNAL(startProxy()));
connect(ui.lblNewNym, SIGNAL(clicked()), this, SIGNAL(newIdentity()));
+ connect(ui.lblNewNymImg, SIGNAL(clicked()), this, SIGNAL(newIdentity()));
}
HomePanel::~HomePanel()