This commit is contained in:
Edouard Dupin 2012-01-08 22:06:31 +01:00
parent 63bcc65e0e
commit 6fce122732
2 changed files with 2 additions and 2 deletions

View File

@ -203,7 +203,7 @@ class Plop :public ewol::Windows
bool OnEventAreaExternal(int32_t widgetID, const char * generateEventId, const char * eventExternId, etkFloat_t x, etkFloat_t y)
{
DRAW_INFO("Receive Event from the BT ... : widgetid=" << widgetID << "\"" << generateEventId << "\" ==> internalEvent=\"" << eventExternId << "\"" );
DRAW_INFO("Receive Event from the main windows ... : widgetid=" << widgetID << "\"" << generateEventId << "\" ==> internalEvent=\"" << eventExternId << "\"" );
if (eventExternId == drawerEventRequestOpenFile) {
ewol::FileChooser* tmpWidget = new ewol::FileChooser();
tmpWidget->SetTitle("Open Files ...");

View File

@ -7,4 +7,4 @@
# location of the SDK. This is only used by Ant
# For customization when using a Version Control System, please read the
# header note.
sdk.dir=/home/edupin/progperso/android/sdk-r15
sdk.dir=/home/heero/dev/perso/android/sdk-r15