Thu, 01 Jan 2009 16:51:09 +0000
Adjust the NLA code to prevent hang on exit for Windows XP and Windows Vista.
The crux of the issue is this:
WSANPIoctl() waits for a network state change and apparently WSACleanup()
waits for the ioctl to return before cleaning up. That function is
triggered initially 30 seconds after the first initialization of Pidgin,
which is why Pidgin can exit properly in the first 30 seconds of execution.
Forgot to mention in the commit message that this fixes #7849.
committer: John Bailey <rekkanoryo@rekkanoryo.org>
| 13180 | 1 | [Desktop Entry] |
| 2 | Encoding=UTF-8 | |
|
15434
94dcf9e39d66
Add a PIDGIN_NAME macro defined to "Pidgin," and converted a few
Sean Egan <seanegan@pidgin.im>
parents:
15136
diff
changeset
|
3 | _Name=Pidgin Internet Messenger |
| 13180 | 4 | _GenericName=Internet Messenger |
| 5 | _Comment=Send instant messages over multiple protocols | |
| 15538 | 6 | Exec=pidgin |
|
16489
c2cb139e5bd9
pidgin.png -> pidgin, to always find appropriate sizes.
Hylke Bons <hbons@pidgin.im>
parents:
15549
diff
changeset
|
7 | Icon=pidgin |
| 13180 | 8 | StartupNotify=true |
| 9 | Terminal=false | |
| 10 | Type=Application | |
|
15136
66c9ee56a25b
[gaim-migrate @ 17858]
Mark Doliner <markdoliner@pidgin.im>
parents:
13180
diff
changeset
|
11 | Categories=Network;InstantMessaging; |