Handle the Cancel button properly. (#304234, Sven Neumann)
2005-05-18 Matthias Clasen <mclasen@redhat.com> * gtk/gtkfilechooserbutton.c (dialog_response_cb): Handle the Cancel button properly. (#304234, Sven Neumann)
This commit is contained in:
committed by
Matthias Clasen
parent
740f66023c
commit
116c3e66af
@ -2165,6 +2165,8 @@ dialog_response_cb (GtkDialog *dialog,
|
||||
break;
|
||||
}
|
||||
}
|
||||
else
|
||||
gtk_file_chooser_unselect_all (GTK_FILE_CHOOSER (dialog));
|
||||
|
||||
if (priv->old_path)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user