Get sd to build even when impress remote is disabled.

Change-Id: I8706d08ab8abe05ea76ea65210726911e446c20b
This commit is contained in:
Kohei Yoshida 2013-03-01 15:54:52 -05:00
parent b3553246c6
commit 6ee08cc0f1

View File

@ -73,7 +73,9 @@ IMPL_LINK_NOARG(RemoteDialog, HandleConnectButton)
IMPL_LINK_NOARG( RemoteDialog, CloseHdl ) IMPL_LINK_NOARG( RemoteDialog, CloseHdl )
{ {
#ifdef ENABLE_SDREMOTE
RemoteServer::restoreDiscoverable(); RemoteServer::restoreDiscoverable();
#endif
Close(); Close();
return 0; return 0;
} }