fix bug in jpeg saver.
authorWooHyun Jung <wh0705.jung@samsung.com>
Fri, 27 Jul 2012 04:15:14 +0000 (13:15 +0900)
committerWooHyun Jung <wh0705.jung@samsung.com>
Fri, 27 Jul 2012 04:15:14 +0000 (13:15 +0900)
it override error handler before creation.
modify override error hanler after creation

git-svn-id: svn+ssh://svn.enlightenment.org/var/svn/e/trunk/evas@74153 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

Conflicts:

ChangeLog

ChangeLog

index d64486c..276717d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
         * Handled evas_gl_make_current to return error when either surface 
         or context is NULL.  Before, when that was the case, it just did 
         make_current(NULL, NULL) internally. 
+
+2012-07-19  Jiyoun Park(jypark)
+
+           * Fix jpeg save bug related with error handler