annotate gaim.desktop.in @ 14806:a2be9307d58d
[gaim-migrate @ 17571]
18:40:29 <casted> Hi, I found a bug in the gaim-remote script
18:41:48 <casted> ok. On line 104 it is currently: status_type = gaim.GaimSavedStatusGetType(current)
18:41:57 <casted> but should be: status_type = gaim.GaimSavedstatusGetType(current)
18:42:06 <casted> the status must be lowercase
committer: Tailor Script <tailor@pidgin.im>
author |
Etan Reisner <pidgin@unreliablesource.net> |
date |
Mon, 23 Oct 2006 23:30:15 +0000 |
parents |
5adc0c9da9f3 |
children |
346faf2a5acd |
rev |
line source |
13179
|
1 [Desktop Entry]
|
|
2 Encoding=UTF-8
|
|
3 _Name=Gaim Internet Messenger
|
|
4 _GenericName=Internet Messenger
|
|
5 _Comment=Send instant messages over multiple protocols
|
|
6 Exec=gaim
|
|
7 Icon=gaim.png
|
|
8 StartupNotify=true
|
|
9 Terminal=false
|
|
10 Type=Application
|
|
11 Categories=Application;Network;
|