forked from AuroraMiddleware/gtk
Chain to the parent's ::finalize() handler. Fixes #134885; caught by Jan
2004-02-19 Federico Mena Quintero <federico@ximian.com> * gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_finalize): Chain to the parent's ::finalize() handler. Fixes #134885; caught by Jan Arne Petersen.
This commit is contained in:
parent
100127e332
commit
1d377e1b3d
@ -1,3 +1,9 @@
|
||||
2004-02-19 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_finalize):
|
||||
Chain to the parent's ::finalize() handler. Fixes #134885; caught
|
||||
by Jan Arne Petersen.
|
||||
|
||||
2004-02-19 Mark McLoughlin <mark@skynet.ie>
|
||||
|
||||
Make the entire expander widget width prelight as suggested
|
||||
|
@ -1,3 +1,9 @@
|
||||
2004-02-19 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_finalize):
|
||||
Chain to the parent's ::finalize() handler. Fixes #134885; caught
|
||||
by Jan Arne Petersen.
|
||||
|
||||
2004-02-19 Mark McLoughlin <mark@skynet.ie>
|
||||
|
||||
Make the entire expander widget width prelight as suggested
|
||||
|
@ -1,3 +1,9 @@
|
||||
2004-02-19 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_finalize):
|
||||
Chain to the parent's ::finalize() handler. Fixes #134885; caught
|
||||
by Jan Arne Petersen.
|
||||
|
||||
2004-02-19 Mark McLoughlin <mark@skynet.ie>
|
||||
|
||||
Make the entire expander widget width prelight as suggested
|
||||
|
@ -1,3 +1,9 @@
|
||||
2004-02-19 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_finalize):
|
||||
Chain to the parent's ::finalize() handler. Fixes #134885; caught
|
||||
by Jan Arne Petersen.
|
||||
|
||||
2004-02-19 Mark McLoughlin <mark@skynet.ie>
|
||||
|
||||
Make the entire expander widget width prelight as suggested
|
||||
|
@ -1,3 +1,9 @@
|
||||
2004-02-19 Federico Mena Quintero <federico@ximian.com>
|
||||
|
||||
* gtk/gtkfilechooserdialog.c (gtk_file_chooser_dialog_finalize):
|
||||
Chain to the parent's ::finalize() handler. Fixes #134885; caught
|
||||
by Jan Arne Petersen.
|
||||
|
||||
2004-02-19 Mark McLoughlin <mark@skynet.ie>
|
||||
|
||||
Make the entire expander widget width prelight as suggested
|
||||
|
@ -138,6 +138,8 @@ gtk_file_chooser_dialog_finalize (GObject *object)
|
||||
GtkFileChooserDialog *dialog = GTK_FILE_CHOOSER_DIALOG (object);
|
||||
|
||||
g_free (dialog->priv->file_system);
|
||||
|
||||
G_OBJECT_CLASS (parent_class)->finalize (object);
|
||||
}
|
||||
|
||||
/* Callback used when the user activates a file in the file chooser widget */
|
||||
|
Loading…
Reference in New Issue
Block a user