Mercurial > pidgin
comparison plugins/ChangeLog.API @ 13102:5828d42e8684
[gaim-migrate @ 15464]
g_strdup() and free the label for a menu action. This way, if a plugin builds the label dynamically, we won't leak.
committer: Tailor Script <tailor@pidgin.im>
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Thu, 02 Feb 2006 19:35:32 +0000 |
| parents | 69b3d5cbd2b1 |
| children | e1e5462b7d81 |
comparison
equal
deleted
inserted
replaced
| 13101:094d4b49e1c9 | 13102:5828d42e8684 |
|---|---|
| 242 * gaim_gtk_log_init() | 242 * gaim_gtk_log_init() |
| 243 * gaim_gtk_log_get_handle() | 243 * gaim_gtk_log_get_handle() |
| 244 * gaim_gtk_log_uninit() | 244 * gaim_gtk_log_uninit() |
| 245 * gaim_url_fetch_request() | 245 * gaim_url_fetch_request() |
| 246 * gaim_menu_action_new() | 246 * gaim_menu_action_new() |
| 247 * gaim_menu_action_free() | |
| 247 | 248 |
| 248 Signals - Changed: (See the Doxygen docs for details on all signals.) | 249 Signals - Changed: (See the Doxygen docs for details on all signals.) |
| 249 * Signal propagation now stops after a handler returns a non-NULL value. | 250 * Signal propagation now stops after a handler returns a non-NULL value. |
| 250 This value is now returned. Previously, all registered handlers were | 251 This value is now returned. Previously, all registered handlers were |
| 251 called and the value from the last handler was used. | 252 called and the value from the last handler was used. |
