[DEV] remove dependency of frend in the text viewer

This commit is contained in:
2013-11-24 16:07:43 +01:00
parent 157bd7bcd2
commit d3440c153b
6 changed files with 113 additions and 52 deletions

View File

@@ -293,7 +293,7 @@ const char *const ednEventPopUpFileSaveAs = "edn-mainWindows-saveAsSelected";
void MainWindows::onReceiveMessage(const ewol::EMessage& _msg) {
ewol::Windows::onReceiveMessage(_msg);
APPL_INFO("Receive Event from the main windows: " << _msg );
APPL_VERBOSE("Receive Event from the main windows: " << _msg );
// open file Section ...
if (_msg.getMessage() == ednMsgGuiOpen) {
widget::FileChooser* tmpWidget = new widget::FileChooser();