updates for rpms lots o bug fixes, index stuff

This commit is contained in:
brianb
2003-01-12 22:59:41 +00:00
parent f35c3f05b9
commit 2af5847c6f
63 changed files with 2392 additions and 241 deletions

View File

@@ -27,7 +27,7 @@ gmdb_module_add_icon(gchar *text)
GnomeIconList *gil;
gil = glade_xml_get_widget (mainwin_xml, "module_iconlist");
gnome_icon_list_append(gil, "module_big.xpm", text);
gnome_icon_list_append(gil, GMDB_ICONDIR "module_big.xpm", text);
}
void gmdb_module_populate(MdbHandle *mdb)