Kaydet (Commit) 06dd3f64 authored tarafından Andrzej J.R. Hunt's avatar Andrzej J.R. Hunt

Hopefully the last ENABLE_SDREMOTE fix.

Change-Id: I1165ec0090b127468d162cbe60f5f2195ad41e78
üst 56dcf84d
......@@ -25,6 +25,7 @@ RemoteDialog::RemoteDialog( Window *pWindow ) :
mClientBox( this, NULL, SdResId( LB_SERVERS ) ),
mPreviouslyDiscoverable()
{
#ifdef ENABLE_SDREMOTE
FreeResource();
mPreviouslyDiscoverable = RemoteServer::isBluetoothDiscoverable();
......@@ -42,6 +43,7 @@ RemoteDialog::RemoteDialog( Window *pWindow ) :
mButtonConnect.SetClickHdl( LINK( this, RemoteDialog, HandleConnectButton ) );
SetCloseHdl( LINK( this, RemoteDialog, CloseHdl ) );
mButtonCancel.SetClickHdl( LINK( this, RemoteDialog, CloseHdl ) );
#endif
}
RemoteDialog::~RemoteDialog()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment