diff options
author | rootavish <[email protected]> | 2014-06-23 23:42:11 +0530 |
---|---|---|
committer | rootavish <[email protected]> | 2014-06-23 23:42:11 +0530 |
commit | 5028995e3725c264b2487a1101c22e941b04c8fd (patch) | |
tree | fb8cbf4100bfe3d28e1e128fd82e3c4492c0c55a /backend/epub/epubdocument.atril-backend.in | |
parent | e817bd447789cd670fb00b6507debfe84f8cf64f (diff) | |
download | atril-5028995e3725c264b2487a1101c22e941b04c8fd.tar.bz2 atril-5028995e3725c264b2487a1101c22e941b04c8fd.tar.xz |
Functions for document info and EvPage,other changes
Summary:
I added functions in the backend to get document info.
Added a member to evdocument to deal with web documents(ePub) on the frontend.
Added a webview to the window, that shall replace the Atril view.
Due to removing the view from the main Atril window, I have given rise to various GTK-critical errors in response to signals, will be sure to suppress these in the next commit.
Worked towards overall blending in of ePub documents.
Diffstat (limited to 'backend/epub/epubdocument.atril-backend.in')
-rw-r--r-- | backend/epub/epubdocument.atril-backend.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/backend/epub/epubdocument.atril-backend.in b/backend/epub/epubdocument.atril-backend.in index fe97354b..ef7767eb 100644 --- a/backend/epub/epubdocument.atril-backend.in +++ b/backend/epub/epubdocument.atril-backend.in @@ -1,4 +1,4 @@ [Atril Backend] Module=epubdocument -_TypeDescription=ePub Documents +_TypeDescription=epub Documents MimeType=application/epub+zip; |