changed g_critical to g_error. If a newer version of glib is to be

2001-04-26  Arturo Espinosa  <arturo@ximian.com>

	* location.c: changed g_critical to g_error. If a newer
        version of glib is to be required, change configure.in then.
This commit is contained in:
Arturo Espinosa 2001-04-26 22:35:47 +00:00 committed by Arturo Espinosa
parent 1455dedadd
commit 7c594c235f
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2001-04-26 Arturo Espinosa <arturo@ximian.com>
* location.c: changed g_critical to g_error. If a newer
version of glib is to be required, change configure.in then.
2001-04-24 Bradford Hovinen <hovinen@ximian.com> 2001-04-24 Bradford Hovinen <hovinen@ximian.com>
* location.c (location_store): Use read rather than fread * location.c (location_store): Use read rather than fread

View file

@ -480,7 +480,7 @@ location_store (Location *location, gchar *backend_id, FILE *input,
xmlFreeDoc (doc); xmlFreeDoc (doc);
} else { } else {
g_critical ("No data to store"); g_error ("No data to store");
} }
} }