comparison finch/gntplugin.c @ 22012:0503cd74cb56

merge of '418bc7dd4e063c50039bba0d51b489b568f9aaaa' and '4df361b4c7c545ea522212487ebfd8e4bda0345f'
author Richard Laager <rlaager@wiktel.com>
date Sat, 05 Jan 2008 18:07:16 +0000
parents c38d72677c8a
children f5bcb58bdf56 b23211876f47 cc1e35fa774d
comparison
equal deleted inserted replaced
22003:485383451769 22012:0503cd74cb56
169 g_free(s2); 169 g_free(s2);
170 return ret; 170 return ret;
171 } 171 }
172 172
173 static void 173 static void
174 confwin_init() 174 confwin_init(void)
175 { 175 {
176 confwins = g_hash_table_new(g_direct_hash, g_direct_equal); 176 confwins = g_hash_table_new(g_direct_hash, g_direct_equal);
177 } 177 }
178 178
179 static void 179 static void