From 1998fdcb5af8a6ec8144861608997c4e4a6a0621 Mon Sep 17 00:00:00 2001 From: Moritz Lipp Date: Mon, 5 Mar 2012 08:22:16 +0100 Subject: [PATCH] Fix typo --- document.c | 4 ++-- po/de.po | 10 +++++----- po/zathura.pot | 10 +++++----- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/document.c b/document.c index 6e936dc..4ff040e 100644 --- a/document.c +++ b/document.c @@ -384,7 +384,7 @@ zathura_document_free(zathura_document_t* document) girara_error("%s not implemented", __FUNCTION__); error = ZATHURA_PLUGIN_ERROR_NOT_IMPLEMENTED; } else { - r = document->functions.document_free(document); + error = document->functions.document_free(document); } if (document->file_path != NULL) { @@ -393,7 +393,7 @@ zathura_document_free(zathura_document_t* document) g_free(document); - return r; + return error; } zathura_plugin_error_t diff --git a/po/de.po b/po/de.po index 7aad0f8..072241f 100644 --- a/po/de.po +++ b/po/de.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-04 23:52+0100\n" +"POT-Creation-Date: 2012-03-05 08:21+0100\n" "PO-Revision-Date: 2012-03-04 17:77+0100\n" "Last-Translator: Sebastian Ramacher \n" "Language-Team: LANGUAGE \n" @@ -96,10 +96,10 @@ msgstr "" msgid "Wrote attachment '%s' to '%s'." msgstr "" -#: ../document.c:383 ../document.c:406 ../document.c:422 ../document.c:438 -#: ../document.c:454 ../document.c:476 ../document.c:495 ../document.c:535 -#: ../document.c:555 ../document.c:578 ../document.c:607 ../document.c:636 -#: ../document.c:660 ../document.c:681 ../document.c:702 +#: ../document.c:383 ../document.c:407 ../document.c:426 ../document.c:448 +#: ../document.c:467 ../document.c:489 ../document.c:508 ../document.c:551 +#: ../document.c:571 ../document.c:594 ../document.c:623 ../document.c:652 +#: ../document.c:676 ../document.c:697 ../document.c:718 #, c-format msgid "%s not implemented" msgstr "" diff --git a/po/zathura.pot b/po/zathura.pot index 5a9ea4b..653f68b 100644 --- a/po/zathura.pot +++ b/po/zathura.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-03-04 23:52+0100\n" +"POT-Creation-Date: 2012-03-05 08:21+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -96,10 +96,10 @@ msgstr "" msgid "Wrote attachment '%s' to '%s'." msgstr "" -#: ../document.c:383 ../document.c:406 ../document.c:422 ../document.c:438 -#: ../document.c:454 ../document.c:476 ../document.c:495 ../document.c:535 -#: ../document.c:555 ../document.c:578 ../document.c:607 ../document.c:636 -#: ../document.c:660 ../document.c:681 ../document.c:702 +#: ../document.c:383 ../document.c:407 ../document.c:426 ../document.c:448 +#: ../document.c:467 ../document.c:489 ../document.c:508 ../document.c:551 +#: ../document.c:571 ../document.c:594 ../document.c:623 ../document.c:652 +#: ../document.c:676 ../document.c:697 ../document.c:718 #, c-format msgid "%s not implemented" msgstr ""