summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorKristian Rietveld <kris@imendio.com>2006-09-04 19:32:13 +0000
committerKristian Rietveld <kristian@src.gnome.org>2006-09-04 19:32:13 +0000
commit118715cb43d6f1a1d51c9feeef81bb60adfab91b (patch)
treef132deb003ea999b3c95212093d8617061b33b64 /ChangeLog
parentda07fc7a6e1a2d5d5de27e1bf236d15b734a817e (diff)
downloadgtk+-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--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 33e1f6dc46..a2ba206e0d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)