]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog
Plug leak.
[~andy/gtk] / ChangeLog
index 7dcb74831c4cfb2d7b3692d85fa47c202ebb97e7..290bf4a71eba37d286433a26ee845ce3581afb70 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,22 @@
 2004-03-17  Morten Welinder  <terra@gnome.org>
 
+       * tests/prop-editor.c (object_changed): Plug leak.
+
+       * tests/testfilechooser.c (main): Plug some leaks and expose
+       others.
+
+       * tests/prop-editor.c (create_prop_editor): Don't leak the tooltip
+       object.  Fixed #136652.
+
+       * gtk/gtkfilechooserdefault.c (check_icon_theme): Do nothing if we
+       have no screen.  Fixes #137260.
+       (shortcuts_add_bookmark_from_path): Simplify using check_is_folder
+       thereby fixing leak.  Fixes #137259.
+
        * gtk/gtkpathbar.c (gtk_path_bar_forall): Make this work when the
        slider buttons have been destroyed.
        (gtk_path_bar_remove): Make this work for slider buttons too.
-       Fixes http://bugzilla.gnome.org/show_bug.cgi?id=137257
+       Fixes #137257
 
 2004-03-15  Morten Welinder  <terra@gnome.org>