signature change to mdb_open()

This commit is contained in:
brianb
2004-04-13 20:06:04 +00:00
parent 04452fbafe
commit 4953cee0af
26 changed files with 180 additions and 129 deletions

View File

@@ -107,7 +107,7 @@ gmdb_file_open(gchar *file_path)
int i;
gmdb_reset_widgets();
mdb = mdb_open(file_path);
mdb = mdb_open(file_path, MDB_NOFLAGS);
if (!mdb) {
gnome_warning_dialog("Unable to open file.");
return;