]> www.fi.muni.cz Git - evince.git/commitdiff
Fill in the error.
authorChristian Persch <chpe@src.gnome.org>
Sun, 15 Feb 2009 13:53:39 +0000 (13:53 +0000)
committerChristian Persch <chpe@src.gnome.org>
Sun, 15 Feb 2009 13:53:39 +0000 (13:53 +0000)
* backend/impress/impress-document.c: (impress_document_save):
        Fill in the error.

svn path=/trunk/; revision=3461

ChangeLog
backend/impress/impress-document.c

index 7b78906fd1759cb029323522b27e631086602b49..f74c5e204d8a504eda14a8a7f6849dfb370215f8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-02-14  Christian Persch  <chpe@gnome.org>
+
+       * backend/impress/impress-document.c: (impress_document_save):
+        Fill in the error.
+
 2009-02-14  Christian Persch  <chpe@gnome.org>
 
        * libdocument/ev-document.c: (ev_document_load): Add code to catch
index 46c2cc966eb7cd4049728dd467ac4f06c93a5faa..72eb8c1fe3cc5c8d1ae932ae2c1e35dc8b29f503 100644 (file)
@@ -310,9 +310,13 @@ impress_document_load (EvDocument  *document,
 
 static gboolean
 impress_document_save (EvDocument  *document,
-                     const char  *uri,
-                     GError     **error)
+                       const char  *uri,
+                       GError     **error)
 {
+        g_set_error_literal (error,
+                             EV_DOCUMENT_ERROR,
+                             EV_DOCUMENT_ERROR_INVALID,
+                             "Not supported");
        return FALSE;
 }