Remove a call whose result was unused and leaked. (#170776, Kjartan

2005-03-23  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtkfilechooserbutton.c (update_combo_box): Remove
	a call whose result was unused and leaked.  (#170776,
	Kjartan Maraas)
This commit is contained in:
Matthias Clasen 2005-03-23 14:07:21 +00:00 committed by Matthias Clasen
parent c43673f17f
commit 340cf63e28
4 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,9 @@
2005-03-23 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserbutton.c (update_combo_box): Remove
a call whose result was unused and leaked. (#170776,
Kjartan Maraas)
Some cleanups to the GtkDialog code: (#170746,
Morten Welinder)
* gtk/gtkdialog.c (action_widget_activated): Simplify,

View File

@ -1,5 +1,9 @@
2005-03-23 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserbutton.c (update_combo_box): Remove
a call whose result was unused and leaked. (#170776,
Kjartan Maraas)
Some cleanups to the GtkDialog code: (#170746,
Morten Welinder)
* gtk/gtkdialog.c (action_widget_activated): Simplify,

View File

@ -1,5 +1,9 @@
2005-03-23 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkfilechooserbutton.c (update_combo_box): Remove
a call whose result was unused and leaked. (#170776,
Kjartan Maraas)
Some cleanups to the GtkDialog code: (#170746,
Morten Welinder)
* gtk/gtkdialog.c (action_widget_activated): Simplify,

View File

@ -1690,7 +1690,6 @@ update_combo_box (GtkFileChooserButton *button)
g_assert (gtk_tree_model_get_iter_first (priv->filter_model, &iter));
_gtk_file_chooser_get_current_folder_path (GTK_FILE_CHOOSER (priv->dialog));
paths = _gtk_file_chooser_get_paths (GTK_FILE_CHOOSER (priv->dialog));
row_found = FALSE;