diff options
author | Carsten Haitzler <raster@rasterman.com> | 2013-01-05 02:46:03 +0000 |
---|---|---|
committer | Carsten Haitzler <raster@rasterman.com> | 2013-01-05 02:46:03 +0000 |
commit | 43e917724be0053a2ed9d559332f5439ee2e895d (patch) | |
tree | c7523a14edce9a0caf3c05b04b4113107a94a33d /legacy/emotion/src/lib/emotion_smart.c | |
parent | 7f1fb9b10dc09ea5fa389a0ff1c2816aec05e9ca (diff) |
oooh no one ever spotted this api had a typo! fix indeed.
SVN revision: 82255
Diffstat (limited to '')
-rw-r--r-- | legacy/emotion/src/lib/emotion_smart.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/legacy/emotion/src/lib/emotion_smart.c b/legacy/emotion/src/lib/emotion_smart.c index 8a80f838db..0546d02aae 100644 --- a/legacy/emotion/src/lib/emotion_smart.c +++ b/legacy/emotion/src/lib/emotion_smart.c | |||
@@ -1529,7 +1529,7 @@ emotion_object_suspend_set(Evas_Object *obj, Emotion_Suspend state) | |||
1529 | } | 1529 | } |
1530 | 1530 | ||
1531 | EAPI Emotion_Suspend | 1531 | EAPI Emotion_Suspend |
1532 | motion_object_suspend_get(Evas_Object *obj) | 1532 | emotion_object_suspend_get(Evas_Object *obj) |
1533 | { | 1533 | { |
1534 | Smart_Data *sd; | 1534 | Smart_Data *sd; |
1535 | 1535 | ||