Mercurial > pidgin.yaz
annotate gaim.desktop @ 10457:0c020a10d5da
[gaim-migrate @ 11725]
Richard Laager writes:
This patch fixes a bug with the CSS handling in gtkimhtml
involving whitespace handling. Basically, it would accept things
like: "color: #FFFFFF" but not "color:#FFFFFF" or "color:
#FFFFFF" (more than one space). Really only the case without
spaces is of concern to me. However, I followed the coding
techniques of the rest of that section of code so it will end up
accepting multiple spaces as beneficial side effect.
When questioned as to why he needed this, he responded:
I wrote a plug-in to parse XML message histories from the official
MSN client. The styles saved in that file had no whitespace.
Initially I wrote a workaround in the plug-in, but I wanted to fix
the problem at the source.
committer: Tailor Script <tailor@pidgin.im>
author | Tim Ringenbach <marv@pidgin.im> |
---|---|
date | Thu, 30 Dec 2004 19:50:49 +0000 |
parents | 6c421922e143 |
children | 5a50946954dd |
rev | line source |
---|---|
325 | 1 [Desktop Entry] |
3726 | 2 Encoding=UTF-8 |
9338 | 3 Name=Gaim Internet Messenger |
9349 | 4 Name[de]=Gaim Internet Messenger |
9842 | 5 Name[da]=Gaim - internet beskeder |
9344 | 6 Name[fr]=Gaim Messagerie Instantanée |
9361 | 7 Name[it]=Gaim Internet Messenger |
9355 | 8 Name[pl]=Komunikator Internetowy Gaim |
9345 | 9 Name[pt]=Mensageiro Instantâneo Gaim |
9844 | 10 Name[sl]=Gaim - spletni sel |
9338 | 11 GenericName=Internet Messenger |
9842 | 12 GenericName[da]=Internet beskeder |
9344 | 13 GenericName[fr]=Messagerie instantanée |
9361 | 14 GenericName[it]=Internet Messenger |
9355 | 15 GenericName[pl]=Komunikator Internetowy |
9345 | 16 GenericName[pt]=Mensageiro Instantâneo |
9357 | 17 GenericName[pt_BR]=Mensageiro da Internet Gaim |
9844 | 18 GenericName[sl]=Spletni sel |
9338 | 19 Comment=Multi-protocol Messaging Client |
9270 | 20 Comment[da]=Multiprotokolsklient til at sende og modtage beskeder |
9361 | 21 Comment[it]=Client multiprotocollo per messaggi immediati |
4305 | 22 Comment[es]=Cliente de mensajería instantánea multiprotocolo |
4472 | 23 Comment[fr]=Client de messagerie instantanée multiprotocole |
4589 | 24 Comment[de]=Multi-Protokoll Instant Messenger Client |
7360 | 25 Comment[ko]=다중 프로토콜 메신저 |
9367 | 26 Comment[pl]=Komunikator internetowy obsługujący kilka protokołów |
8795 | 27 Comment[pt]=Cliente de mensagens instantâneas multi-protocolo |
9530 | 28 Comment[pt_BR]=Cliente multi-protocolo de mensagens |
9844 | 29 Comment[sl]=Večprotokolni odjemalec za neposredno sporočanje |
3726 | 30 Exec=gaim |
3364 | 31 Icon=gaim.png |
3726 | 32 Terminal=false |
325 | 33 Type=Application |
3726 | 34 Categories=Application;Network; |
7168
282887c9e3dc
[gaim-migrate @ 7735]
Christian Hammond <chipx86@chipx86.com>
parents:
4663
diff
changeset
|
35 StartupNotify=true |