Mercurial > pidgin.yaz
annotate po/README @ 5427:04e1e40b99b0
[gaim-migrate @ 5806]
Fixed a tiny memleak in msn.c. Chip: the other leak memprof is complaining
about is from line 134 of src/protocols/msn/servconn.c I tried freeing the
hash table in msn_servocnn_destroy, but that resulted in a crash after
signing on then off then on again. I don't know what's up with that, maybe
it's not really a memleak.
Also, I guess item factories aren't freed automatically? It seems like they
should be, but gtkconv.c calls g_object_unref on the item factory explicitly,
and not calling it on the item factory for the blist shows up as a memleak.
So that should be fixed now.
Oh, I also removed a function declaration for a static function...
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 18 May 2003 07:54:54 +0000 |
parents | ea261ce36f0b |
children | 3becf79500d2 |
rev | line source |
---|---|
5180 | 1 Translation README |
2 | |
3 Updated: 19-April-2003 | |
4 ------------------ | |
5 | |
6 To supply a new translation, you first need a copy of gaim.pot. | |
7 This can be built by typing: | |
8 | |
9 ./update.pl --pot | |
10 | |
11 from the gaim/po/ directory. | |
12 | |
13 To update an exsting translation, type: | |
14 | |
15 ./update.pl LANG.po | |
16 | |
17 where LANG is the language code to update, such as fr or ja. This will build | |
18 a new gaim.pot and update the translation with the changes. You may then | |
19 begin editing the updated file. | |
20 | |
21 New or updated translations should be sent to the gaim-devel listserv | |
22 (see http://lists.sourceforge.net/lists/listinfo/gaim-devel) | |
23 | |
24 Please check your translations carefully. Make sure you have the same | |
25 number of newlines and %s or other formatting codes in the translation as | |
26 you have in the original. |