]> Pileus Git - ~andy/gtk/commitdiff
Remove a call whose result was unused and leaked. (#170776, Kjartan
authorMatthias Clasen <mclasen@redhat.com>
Wed, 23 Mar 2005 14:07:21 +0000 (14:07 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 23 Mar 2005 14:07:21 +0000 (14:07 +0000)
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)

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-8
gtk/gtkfilechooserbutton.c

index 6cef0c8f102d147f2418bb71f1e48d0649ee339e..0a51172c62644f68685cafd54db208035c727607 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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,
index 6cef0c8f102d147f2418bb71f1e48d0649ee339e..0a51172c62644f68685cafd54db208035c727607 100644 (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,
index 6cef0c8f102d147f2418bb71f1e48d0649ee339e..0a51172c62644f68685cafd54db208035c727607 100644 (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,
index fbce45911b7c1927181ed363fc8792435f17ac64..8e75ffb142ce071647927837fb2741f23247572e 100644 (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;