revers logic in elm_web for inwin mode. fix!

SVN revision: 70463
This commit is contained in:
Carsten Haitzler 2012-04-25 09:54:19 +00:00
parent 358f07b227
commit 9588545435
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#include <Elementary.h>
[6~#include <Elementary.h>
#include "elm_priv.h"
// TODO:
@ -439,7 +439,7 @@ _dialog_new(Evas_Object *parent)
d = calloc(1, sizeof(Dialog_Data));
if (!d) return NULL;
if (!parent || wd->inwin_mode)
if (!parent || !wd->inwin_mode)
{
Evas_Object *bg;