1.Bug patch - ecore_x_xregion_is_empty() 2.Update changelog
authorDoyoun Kang <doyoun.kang@samsung.com>
Mon, 3 Jan 2011 03:58:39 +0000 (12:58 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Mon, 3 Jan 2011 03:58:39 +0000 (12:58 +0900)
debian/changelog
src/lib/ecore_x/xlib/ecore_x_region.c

index a4b0902..6a2e4ec 100644 (file)
@@ -1,3 +1,11 @@
+ecore (1.0.0.001+svn.55594slp2+build02) unstable; urgency=low
+
+  * Bug patch - ecore_x_xregion_is_empty()
+  * Git: 165.213.180.234:slp/pkgs/e/ecore
+  * Tag: ecore_1.0.0.001+svn.55594slp2+build02
+
+ -- Doyoun Kang <doyoun.kang@samsung.com>  Mon, 03 Jan 2011 12:56:39 +0900
+
 ecore (1.0.0.001+svn.55594slp2+build01) unstable; urgency=low
 
   * [SVN EFL Migration] ecore in SLP is merged with SVN r55594
index 409ee89..f70e2bf 100644 (file)
@@ -112,7 +112,7 @@ ecore_x_xregion_is_empty(Ecore_X_XRegion *region)
       return EINA_TRUE;
 
    LOGFN(__FILE__, __LINE__, __FUNCTION__);
-   return !XEmptyRegion((Region)region) ? EINA_TRUE : EINA_FALSE;
+   return XEmptyRegion((Region)region) ? EINA_TRUE : EINA_FALSE;
 } /* ecore_x_xregion_is_empty */
 
 EAPI Eina_Bool