[Genlist] Fix incorret OR
authorTae-Hwan Kim <the81.kim@samsung.com>
Tue, 16 Apr 2013 07:15:13 +0000 (16:15 +0900)
committerSungho Kwak <sungho1.kwak@samsung.com>
Wed, 12 Jun 2013 04:15:41 +0000 (13:15 +0900)
Change-Id: I9c1b118f092f407d7994a40365bd2cafd9ff634b

src/lib/elm_genlist.c

index 60a4703..3ff34b5 100644 (file)
@@ -593,7 +593,7 @@ _item_unrealize(Elm_Gen_Item *it,
      }
 
    /*
-    * This make too may error message when content is not layout based or 
+    * This make too may error message when content is not layout based or
     * content does not impelement message siganal process.
     * This reduces scrolling performance :(
     * Before uncomment this, we should fix above.
@@ -1561,7 +1561,7 @@ _item_realize(Elm_Gen_Item *it,
      }
    it->item->order_num_in = in;
 
-   if (it->item->nocache_once | it->item->nocache ||
+   if (it->item->nocache_once || it->item->nocache ||
        it->item->type == ELM_GENLIST_ITEM_TREE || it->parent ||
        !_item_cache_pop(it))
      {