From: tanya Date: Sat, 2 Oct 2010 21:24:04 +0000 (+0300) Subject: fixed some bugs in check only xml extension when read configs X-Git-Url: https://vcs.maemo.org/git/?p=livewp;a=commitdiff_plain;h=cdbd27199ab0489899420963e88704f5cb8a04dc fixed some bugs in check only xml extension when read configs --- diff --git a/applet/src/livewp-exthemes.c b/applet/src/livewp-exthemes.c index e1e1940..b79114e 100644 --- a/applet/src/livewp-exthemes.c +++ b/applet/src/livewp-exthemes.c @@ -69,6 +69,8 @@ get_list_exthemes(void){ DIR *dir_fd; GSList *store = NULL; GHashTable *hash = NULL; + gchar *ext; + int i; dir_fd = opendir(EXTHEME_PATH); if(dir_fd){