From 253e90b8de63d9c064a0df05cf0e2e153f913474 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Fri, 3 Oct 2008 19:24:59 +0000 Subject: Tasks is working. Still need to deal with some loose ends and test it all. svn path=/branches/kill-bonobo/; revision=36551 --- e-util/e-util.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'e-util/e-util.c') diff --git a/e-util/e-util.c b/e-util/e-util.c index f13fc4c452..d5d25db1ac 100644 --- a/e-util/e-util.c +++ b/e-util/e-util.c @@ -132,8 +132,10 @@ e_load_ui_definition (GtkUIManager *ui_manager, ui_manager, filename, &error); g_free (filename); - if (error != NULL) - g_error ("%s", error->message); /* does not return */ + if (error != NULL) { + g_error ("%s: %s", basename, error->message); + g_assert_not_reached (); + } return merge_id; } -- cgit v1.2.3