diff options
author | Alessio Treglia <quadrispro@ubuntu.com> | 2010-04-16 10:03:40 +0200 |
---|---|---|
committer | Alessio Treglia <quadrispro@ubuntu.com> | 2010-04-16 10:03:40 +0200 |
commit | a10c17b3f17ebe3b96f92d57aa24f21c6cea01e8 (patch) | |
tree | eb1bf3b2ce0c87e2c7adf9f486b37ba5e8d70325 /src/book.c | |
parent | ada687210b925332ef4ed553b5eaf1a150a7e0da (diff) | |
parent | 279b3fab7a8fcee6ed831447b37e1ac5d0397d44 (diff) |
Merge commit 'upstream/1.0.2'
Diffstat (limited to 'src/book.c')
-rw-r--r-- | src/book.c | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -328,11 +328,8 @@ book_save_pdf_with_imagemagick (Book *book, GFile *file, GError **error) } /* Move to target URI */ - if (result) { - GFile *dest; + if (result) result = g_file_move (output_file, file, G_FILE_COPY_OVERWRITE, NULL, NULL, NULL, error); - g_object_unref (dest); - } /* Delete page files */ for (link = temporary_files; link; link = link->next) { |