annotate gaim.desktop.in @ 14989:41ced1c9ba29
[gaim-migrate @ 17767]
Ari Pollak traced down a memory leak to the account menuitems not being cleaned up by gtk_container_remove().
It turns out that there is an additional reference somewhere which is preventing the menuitem from being destroyed - deryni tracked it down to gtk_accel_label_set_accel_widget() in gtk_image_menu_item_new_with_label() - we will be reporting the bug to the GTK folks tomorrow.
This fixes the leakage; gtk_widget_destroy() is what really should be used in this situation anyway.
committer: Tailor Script <tailor@pidgin.im>
author |
Daniel Atallah <daniel.atallah@gmail.com> |
date |
Fri, 17 Nov 2006 06:12:17 +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;
|