From 8046e11445ba71b767d4fde08ce1e43e0dcd0359 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Sun, 2 Jun 2013 13:47:19 +0200 Subject: use GLib's GError information to yield errors * results in better error messages, e.g. when opening files * the case that a file to be opened (EB) exists but is not readably is handled for the first time --- src/ring.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ring.h') diff --git a/src/ring.h b/src/ring.h index 70b7738..92d32f0 100644 --- a/src/ring.h +++ b/src/ring.h @@ -114,7 +114,7 @@ public: TECODocument::undo_edit(); } - bool load(const gchar *filename); + void load(const gchar *filename); inline void undo_close(void) -- cgit v1.2.3