]> Pileus Git - ~andy/gtk/commit
Clear all optionally created widget pointer in priv. Initially priv is
authorAlexander Larsson <alexl@redhat.com>
Tue, 10 Mar 2009 10:29:03 +0000 (10:29 +0000)
committerAlexander Larsson <alexl@src.gnome.org>
Tue, 10 Mar 2009 10:29:03 +0000 (10:29 +0000)
commit4227351c441b392cd54dee671e25760f4986dcc3
tree2affbd7d9da02253c3c261c836a6296340aa471a
parente7c30d6be9ad3f1d55da57a27553e303463613d9
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
ChangeLog
gtk/gtkmountoperation.c