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:
parent
1455dedadd
commit
7c594c235f
2 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
||||
* location.c (location_store): Use read rather than fread
|
||||
|
|
|
@ -480,7 +480,7 @@ location_store (Location *location, gchar *backend_id, FILE *input,
|
|||
|
||||
xmlFreeDoc (doc);
|
||||
} else {
|
||||
g_critical ("No data to store");
|
||||
g_error ("No data to store");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue