annotate pidgin.desktop.in @ 15986:0315b014741b
Check if debug_win is != NULL before checking the preference. This
should avoid a hash table lookup when debugging is turned off. I think
debug_win will ALWAYS be non-null when debugging is on and ALWAYS be
null when debugging is off, but I'm not positive and I didn't want
to break anything, so I left both checks in there.
author |
Mark Doliner <mark@kingant.net> |
date |
Tue, 03 Apr 2007 06:30:22 +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;
|