oops bug... :)

SVN revision: 7130
This commit is contained in:
Carsten Haitzler 2003-07-11 01:13:56 +00:00
parent 7f7e4d9cc8
commit ec7d220af2
1 changed files with 1 additions and 2 deletions

View File

@ -71,8 +71,7 @@ edje_object_part_text_set(Evas_Object *obj, const char *part, const char *text)
{ {
if (rp->part->type == EDJE_PART_TYPE_TEXT) if (rp->part->type == EDJE_PART_TYPE_TEXT)
{ {
if (((rp->text.text) && (text)) || if ((!rp->text.text) && (!text))
((!rp->text.text) && (!text)))
return; return;
if ((rp->text.text) && (text) && if ((rp->text.text) && (text) &&
(!strcmp(rp->text.text, text))) (!strcmp(rp->text.text, text)))