fixed some bugs in check only xml extension when read configs
authortanya <tanya@moshkanov.oblgaz>
Sat, 2 Oct 2010 21:24:04 +0000 (00:24 +0300)
committertanya <tanya@moshkanov.oblgaz>
Sat, 2 Oct 2010 21:24:04 +0000 (00:24 +0300)
applet/src/livewp-exthemes.c

index e1e1940..b79114e 100644 (file)
@@ -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){