discomfitor pushed a commit to branch master.
commit ef0f3322ada04d1d44f3d078d2e526f530562777
Author: Mike Blumenkrantz <[email protected]>
Date: Mon Sep 2 14:36:17 2013 +0100
remove some weird gif hackaround in e_icon which breaks memfile gifs
---
src/bin/e_icon.c | 8 --------
1 file changed, 8 deletions(-)
diff --git a/src/bin/e_icon.c b/src/bin/e_icon.c
index 6876449..ff79ac6 100644
--- a/src/bin/e_icon.c
+++ b/src/bin/e_icon.c
@@ -209,14 +209,6 @@ _handle_anim(E_Smart_Data *sd)
sd->frame = 0;
sd->frame_count = 0;
if (!evas_object_image_animated_get(sd->obj)) return 0;
- // FIXME: hack around jiyouns BUG!!!!!!!!
- {
- const char *file;
- char buf[256];
- snprintf(buf, sizeof(buf), "%ld", (long)sd);
- evas_object_image_file_get(sd->obj, &file, NULL);
- evas_object_image_file_set(sd->obj, file, buf);
- }
sd->frame_count = evas_object_image_animated_frame_count_get(sd->obj);
if (sd->frame_count < 2) return 0;
evas_object_show(sd->obj);
--
------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk