Index: telldus-gui/TelldusGui/devicewidget.cpp
===================================================================
--- telldus-gui/TelldusGui/devicewidget.cpp	(revision 459f63ccf1aaabda9b492ac774a8004dbade926c)
+++ telldus-gui/TelldusGui/devicewidget.cpp	(revision 6a09cd6429da8c8ae8c301a4ac91fe7a94287ed2)
@@ -45,7 +45,7 @@
 	addToolButton.setText( tr("New") );
 	addToolButton.setToolButtonStyle( Qt::ToolButtonTextBesideIcon );
-	addToolButton.setPopupMode( QToolButton::MenuButtonPopup );
-	addToolButton.setMenu( newMenu );
-	connect(&addToolButton, SIGNAL(clicked()), this, SLOT(addGroup()));
+	//addToolButton.setPopupMode( QToolButton::MenuButtonPopup );
+	//addToolButton.setMenu( newMenu );
+	connect(&addToolButton, SIGNAL(clicked()), this, SLOT(addDevice()));
 	buttonLayout->addWidget( &addToolButton );
 
