mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-10 10:50:10 +00:00
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:
parent
c43673f17f
commit
340cf63e28
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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,
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user