+cbhm (0.1.0-3) unstable; urgency=low
+
+ * case of inhouse package
+ * Git: 165.213.180.234:/git/slp/pkgs/cbhm
+ * Tag: cbhm_0.1.0-3
+ * refine list update routine
+
+ -- root <hyoyoung.chang@samsung.com> Tue, 14 Sep 2010 22:03:28 +0900
+
cbhm (0.1.0-2) unstable; urgency=low
* case of inhouse package
clen = strlen(cpdata);
p = malloc(clen + 1);
snprintf(p, clen, "%s", cpdata);
- fprintf(stderr, "## cbhm : sel : %s\n", p);
elm_selection_set(1, obj, /*mark up*/1, p);
}
}
elm_list_go(ad->txtlist);
+ /* FIXME : sometimes when list update, screen isn't updated */
+
return 0;
}