<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title>Exchange - Comments</title><link>http://exchange.enlightenment.org</link><description>Exchange RSS Feed</description><generator>Exchange - Comments</generator><item><title>Comment for image-viewer by twa022</title><link>http://exchange.enlightenment.org/comment/show/3253</link><description>fixed with this patch

--- src/bin/main.c	2010-06-14 12:12:23.493009757 -0400
+++ src/bin/main.c~	2010-06-14 12:12:55.186339458 -0400
@@ -1615,7 +1615,7 @@
     * XXX: configurable themes
     * */
    snprintf(buf, sizeof(buf), &quot;%s/themes/default.edj&quot;, PACKAGE_DATA_DIR);
-   elm_theme_extension_add(buf);
+   elm_theme_extension_add(NULL, buf);
    iv-&gt;theme_file = eina_stringshare_add(buf);

    o = elm_win_add(NULL, &quot;main&quot;, ELM_WIN_BASIC);</description><pubDate>Mon, 14 Jun 2010 10:21:49 -0700</pubDate><guid>http://exchange.enlightenment.org/comment/show/3253</guid></item><item><title>Comment for image-viewer by twa022</title><link>http://exchange.enlightenment.org/comment/show/3243</link><description>Getting compilation error 

main.c: In function ‘create_main_win’:
main.c:1623:4: warning: passing argument 1 of ‘elm_theme_extension_add’ from incompatible pointer type
/usr/include/Elementary.h:294:22: note: expected ‘struct Elm_Theme *’ but argument is of type ‘char *’
main.c:1623:4: error: too few arguments to function ‘elm_theme_extension_add’
/usr/include/Elementary.h:294:22: note: declared here
make[3]: *** [main.o] Error 1
image-viewer r48631
elementary r49539
e r49539</description><pubDate>Mon, 14 Jun 2010 08:19:21 -0700</pubDate><guid>http://exchange.enlightenment.org/comment/show/3243</guid></item></channel></rss>