annotate pidgin.desktop.in @ 15529:443915ab77a1
I had the wrong arguments for gaim_log_logger_new(). It didn't work, but
I've fixed that now. Also, the is_deletable access() stuff won't work on
win32, so it's just disabled there for now.
author |
Richard Laager <rlaager@wiktel.com> |
date |
Sun, 04 Feb 2007 05:48:15 +0000 |
parents |
d2a41819ba6a |
children |
ed4ea63c0b45 |
rev |
line source |
15478
|
1 [Desktop Entry]
|
|
2 Encoding=UTF-8
|
|
3 _Name=Pidgin Internet Messenger
|
|
4 _GenericName=Internet Messenger
|
|
5 _Comment=Send instant messages over multiple protocols
|
|
6 Exec=pidgin
|
|
7 Icon=pidgin.png
|
|
8 StartupNotify=true
|
|
9 Terminal=false
|
|
10 Type=Application
|
|
11 Categories=Network;InstantMessaging;
|