diff options
author | rootavish <[email protected]> | 2014-05-30 16:31:46 +0530 |
---|---|---|
committer | rootavish <[email protected]> | 2014-05-30 16:31:46 +0530 |
commit | 7f33c3425aae32d1dd5d2d7b912f8d4eac1cf85d (patch) | |
tree | cb0ba939b932bf8d3d6f7b41ea9bb772929582d5 | |
parent | 070a26ed403e9a0c330ee7901c5b85394317ef77 (diff) | |
download | atril-7f33c3425aae32d1dd5d2d7b912f8d4eac1cf85d.tar.bz2 atril-7f33c3425aae32d1dd5d2d7b912f8d4eac1cf85d.tar.xz |
created a separate directory for minizip content, fixed indentation in configure.ac
Moved ioapi.c unzip.c unzip.h and ioapi.h into a separate directory backend/epub/minizip
Fixed an indentation problem in configure.ac, which was affecting the displayed result.
Also fixed a typo in epub-document.h where i had wrongly named the function.
-rw-r--r-- | backend/epub/epub-document.c | 2 | ||||
-rw-r--r-- | backend/epub/epub-document.h | 2 | ||||
-rw-r--r-- | backend/epub/minizip/ioapi.c (renamed from backend/epub/ioapi.c) | 0 | ||||
-rw-r--r-- | backend/epub/minizip/ioapi.h (renamed from backend/epub/ioapi.h) | 0 | ||||
-rw-r--r-- | backend/epub/minizip/unzip.c (renamed from backend/epub/unzip.c) | 0 | ||||
-rw-r--r-- | backend/epub/minizip/unzip.h (renamed from backend/epub/unzip.h) | 0 | ||||
-rw-r--r-- | configure.ac | 2 |
7 files changed, 3 insertions, 3 deletions
diff --git a/backend/epub/epub-document.c b/backend/epub/epub-document.c index 165bbc85..3154072f 100644 --- a/backend/epub/epub-document.c +++ b/backend/epub/epub-document.c @@ -324,4 +324,4 @@ extract_one_file(GError ** error) g_free(currentfilename); g_free(buffer); -}
\ No newline at end of file +} diff --git a/backend/epub/epub-document.h b/backend/epub/epub-document.h index 4b57e178..5fff2514 100644 --- a/backend/epub/epub-document.h +++ b/backend/epub/epub-document.h @@ -5,7 +5,7 @@ G_BEGIN_DECLS -#define EPUB_TYPE_DOCUMENT (EPUB_document_get_type ()) +#define EPUB_TYPE_DOCUMENT (epub_document_get_type ()) #define EPUB_DOCUMENT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), EPUB_TYPE_DOCUMENT, ePubDocument)) #define EPUB_IS_DOCUMENT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), EPUB_TYPE_DOCUMENT)) diff --git a/backend/epub/ioapi.c b/backend/epub/minizip/ioapi.c index 7f5c191b..7f5c191b 100644 --- a/backend/epub/ioapi.c +++ b/backend/epub/minizip/ioapi.c diff --git a/backend/epub/ioapi.h b/backend/epub/minizip/ioapi.h index 8dcbdb06..8dcbdb06 100644 --- a/backend/epub/ioapi.h +++ b/backend/epub/minizip/ioapi.h diff --git a/backend/epub/unzip.c b/backend/epub/minizip/unzip.c index 90935043..90935043 100644 --- a/backend/epub/unzip.c +++ b/backend/epub/minizip/unzip.c diff --git a/backend/epub/unzip.h b/backend/epub/minizip/unzip.h index 2104e391..2104e391 100644 --- a/backend/epub/unzip.h +++ b/backend/epub/minizip/unzip.h diff --git a/configure.ac b/configure.ac index 9532b744..baa7ffd2 100644 --- a/configure.ac +++ b/configure.ac @@ -884,5 +884,5 @@ Configure summary: Pixbuf Backend.....: $enable_pixbuf Comics Backend.....: $enable_comics XPS Backend........: $enable_xps - ePub Backend.......: $enable_epub + ePub Backend.......: $enable_epub " |