Add more porting issues.
+2002-12-05 Jordi Mallach <jordi@sindominio.net>
+
+ * src/dialogs.c (prefdialog_themelist): fix memleak, spotted by
+ Wichert Akkerman. closedir() before jumping to "too_many_themes".
+
+ * TODO: add more porting problems.
+
2002-12-03 Jordi Mallach <jordi@sindominio.net>
* src/tetrinet.c (tetrinet_inmessage): patch from Niko Böhm, fixes
+ keybindings
+ toolbar icons/labels
+ replace GTK_CLIST
- + text widgets slowness
+ + not able to select text on partyline
+ + multiple about windows
+ + playfields messages cleared when games start
- Make gtetrinet resizeable.
if (themecount == (sizeof(themes) / sizeof(themes[0])))
{ /* FIXME: should be dynamic */
g_warning("Too many theme files.\n");
+ closedir (d);
goto too_many_themes;
}
}