projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85c9d3a
)
fix indentation
author
Jiyoun Park
<jijibe99@gmail.com>
Fri, 28 Dec 2012 04:00:36 +0000
(
04:00
+0000)
committer
Jiyoun Park
<jijibe99@gmail.com>
Fri, 28 Dec 2012 04:00:36 +0000
(
04:00
+0000)
SVN revision: 81782
src/lib/elm_photocam.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_photocam.c
b/src/lib/elm_photocam.c
index b5708ff3d64753a4042999e2759fc781770edf00..884a4b3a07365e8dba3437d1f8dd2a8926ca9398 100644
(file)
--- a/
src/lib/elm_photocam.c
+++ b/
src/lib/elm_photocam.c
@@
-1479,7
+1479,7
@@
elm_photocam_file_set(Evas_Object *obj,
if (err != EVAS_LOAD_ERROR_NONE)
{
ERR("Things are going bad for '%s' (%p)", file, sd->img);
-
return err;
+ return err;
}
evas_object_image_size_get(sd->img, &w, &h);
@@
-1507,7
+1507,7
@@
elm_photocam_file_set(Evas_Object *obj,
if (err != EVAS_LOAD_ERROR_NONE)
{
ERR("Things are going bad for '%s' (%p)", file, sd->img);
-
return err;
+ return err;
}
evas_object_image_preload(sd->img, 0);