comparison ChangeLog @ 24282:d38d854cd0bf

Use GtkSetting to obtain the tooltip preferences instead of our own hidden pref, when compiling against GTK+ 2.14 or higher.
author Richard Laager <rlaager@wiktel.com>
date Thu, 30 Oct 2008 19:53:55 +0000
parents 1c54a5dc831f
children 878ad37e5a18
comparison
equal deleted inserted replaced
24280:c06b85e1d020 24282:d38d854cd0bf
5 * Fix an error with MSN offline messages by shipping the *new* 5 * Fix an error with MSN offline messages by shipping the *new*
6 "Microsoft Secure Server Authority" and the 6 "Microsoft Secure Server Authority" and the
7 "Microsoft Internet Authority" certificates. People that use 7 "Microsoft Internet Authority" certificates. People that use
8 --with-system-ssl-certs and GnuTLS need to include these in the 8 --with-system-ssl-certs and GnuTLS need to include these in the
9 system certs directory. 9 system certs directory.
10
11 Pidgin:
12 * On GTK+ 2.14 and higher, we're using the gtk-tooltip-delay setting
13 instead of our own (hidden) tooltip_delay pref. If you had
14 previously changed that pref, add a line like this to
15 ~/.purple/gtkrc-2.0 (where 500 is the timeout (in ms) you want):
16 gtk-tooltip-timeout = 500
17 To completely disable tooltips (e.g. if you had an old tooltip_delay
18 of zero), add this to ~/.purple/gtkrc-2.0:
19 gtk-enable-tooltips = 0
10 20
11 version 2.5.2 (10/19/2008): 21 version 2.5.2 (10/19/2008):
12 libpurple: 22 libpurple:
13 * Fixed a crash on removing a custom buddy icon on a buddy. 23 * Fixed a crash on removing a custom buddy icon on a buddy.
14 * Fixed a crash caused by certain self-signed SSL certificates. 24 * Fixed a crash caused by certain self-signed SSL certificates.