Package: <mail-notification>
Version: <5.4>
polish localization
Memory protection failure
If mail-notification has gmail box to check trough gmail plug-in (not
gmail pop3), I always receive mentioned error.
Due to some research in internet I`ve found (not my contributions I just
re-discovered it ) that this is error in source code in file /po/pl.po
(line 776)
#: ../src/mn-gmail-mailbox.gob:191
#, c-format
msgid "feed retrieved successfully (%i byte)"
msgid_plural "feed retrieved successfully (%i bytes)"
msgstr[0] "nagłówek pobrany pomyślnie (%s bajt)"
msgstr[1] "nagłówek pobrany pomyślnie (%s bajty)"
msgstr[2] "nagłówek pobrany pomyślnie (%s bajtów)"
#: ../src/mn-gmail-mailbox.gob:203 ../src/mn-gmail-mailbox.gob:254
msgid "unable to parse feed"
msgstr "nie można przetworzyć nagłówka"
in this part of code instead %s should be %i
corrected part must look like that
#: ../src/mn-gmail-mailbox.gob:191
#, c-format
msgid "feed retrieved successfully (%i byte)"
msgid_plural "feed retrieved successfully (%i bytes)"
msgstr[0] "nagłówek pobrany pomyślnie (%i bajt)"
msgstr[1] "nagłówek pobrany pomyślnie (%i bajty)"
msgstr[2] "nagłówek pobrany pomyślnie (%i bajtów)"
#: ../src/mn-gmail-mailbox.gob:203 ../src/mn-gmail-mailbox.gob:254
msgid "unable to parse feed"
msgstr "nie można przetworzyć nagłówka"
When I made correction and re-compiled mail-notifcation start to work
like charm.
My platform is:
Linux colossus 2.6.26-2-amd64 #1 SMP Fri Mar 27 04:02:59 UTC 2009 x86_64
GNU/Linux
5 00:36 /lib/libc.so.6 -> libc-2.9.so
This is perl, v5.10.0 built for x86_64-linux-gnu-thread-multi
Regards
Przemysław
--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org