summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2009-03-10 10:29:03 +0000
committerAlexander Larsson <alexl@src.gnome.org>2009-03-10 10:29:03 +0000
commit4227351c441b392cd54dee671e25760f4986dcc3 (patch)
tree2affbd7d9da02253c3c261c836a6296340aa471a /ChangeLog
parente7c30d6be9ad3f1d55da57a27553e303463613d9 (diff)
downloadgtk+-4227351c441b392cd54dee671e25760f4986dcc3.tar.gz
Clear all optionally created widget pointer in priv. Initially priv is
2009-03-10 Alexander Larsson <alexl@redhat.com> * gtk/gtkmountoperation.c: (gtk_mount_operation_ask_password): Clear all optionally created widget pointer in priv. Initially priv is cleared so thats ok, but on a second call we may have leftovers from previous calls which is problematic if for instance we asked for the user the first time and not the second, then we will access the old priv->username_entry. svn path=/trunk/; revision=22496
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 349247fbb0..2fee18dc8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2009-03-10 Alexander Larsson <alexl@redhat.com>
+
+ * gtk/gtkmountoperation.c:
+ (gtk_mount_operation_ask_password):
+ Clear all optionally created widget pointer in priv. Initially
+ priv is cleared so thats ok, but on a second call we may have
+ leftovers from previous calls which is problematic if for instance
+ we asked for the user the first time and not the second, then we
+ will access the old priv->username_entry.
+
2009-03-06 Michael Natterer <mitch@gimp.org>
* gtk/gtkscalebutton.c (gtk_scale_button_set_property): don't call