diff options
author | Kristian Rietveld <kris@imendio.com> | 2006-09-04 19:32:13 +0000 |
---|---|---|
committer | Kristian Rietveld <kristian@src.gnome.org> | 2006-09-04 19:32:13 +0000 |
commit | 118715cb43d6f1a1d51c9feeef81bb60adfab91b (patch) | |
tree | f132deb003ea999b3c95212093d8617061b33b64 /ChangeLog | |
parent | da07fc7a6e1a2d5d5de27e1bf236d15b734a817e (diff) | |
download | gtk+-118715cb43d6f1a1d51c9feeef81bb60adfab91b.tar.gz |
don't cancel the operations spawned by buttons here,
2006-09-04 Kristian Rietveld <kris@imendio.com>
* gtk/gtkpathbar.c (gtk_path_bar_dispose): don't cancel the
operations spawned by buttons here,
(set_button_image_get_info_cb): bail out if button is NULL, but
do free button_data,
(button_data_free): only free the data is non NULL (since this
function can be called multiple times for the same data), cancel
handle is pending but don't free button_data in this case (will
happen in the callback).
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2006-09-04 Kristian Rietveld <kris@imendio.com> + + * gtk/gtkpathbar.c (gtk_path_bar_dispose): don't cancel the + operations spawned by buttons here, + (set_button_image_get_info_cb): bail out if button is NULL, but + do free button_data, + (button_data_free): only free the data is non NULL (since this + function can be called multiple times for the same data), cancel + handle is pending but don't free button_data in this case (will + happen in the callback). + 2006-09-04 Michael Natterer <mitch@imendio.com> * gtk/gtkrc.c (rc_parse_token_or_compound) |