From cdbd27199ab0489899420963e88704f5cb8a04dc Mon Sep 17 00:00:00 2001 From: tanya Date: Sun, 3 Oct 2010 00:24:04 +0300 Subject: [PATCH] fixed some bugs in check only xml extension when read configs --- applet/src/livewp-exthemes.c | 2 ++ 1 file changed, 2 insertions(+) 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){ -- 1.7.9.5