mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-12 20:00:09 +00:00
Merge leak fix from stable. Bug 306754.
2005-06-07 Kjartan Maraas <kmaraas@gnome.org> * gtk/gtkfilechooserbutton.c: (update_label_and_image): Merge leak fix from stable. Bug 306754.
This commit is contained in:
parent
06606b5700
commit
471b638bd3
@ -1,3 +1,8 @@
|
||||
2005-06-07 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* gtk/gtkfilechooserbutton.c: (update_label_and_image):
|
||||
Merge leak fix from stable. Bug 306754.
|
||||
|
||||
2005-06-05 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gdk/win32/gdkscreen-win32.c
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-06-07 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* gtk/gtkfilechooserbutton.c: (update_label_and_image):
|
||||
Merge leak fix from stable. Bug 306754.
|
||||
|
||||
2005-06-05 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gdk/win32/gdkscreen-win32.c
|
||||
|
@ -1,3 +1,8 @@
|
||||
2005-06-07 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* gtk/gtkfilechooserbutton.c: (update_label_and_image):
|
||||
Merge leak fix from stable. Bug 306754.
|
||||
|
||||
2005-06-05 Tor Lillqvist <tml@novell.com>
|
||||
|
||||
* gdk/win32/gdkscreen-win32.c
|
||||
|
@ -1828,6 +1828,8 @@ update_label_and_image (GtkFileChooserButton *button)
|
||||
folder = gtk_file_system_get_folder (priv->fs,
|
||||
parent_path ? parent_path : path,
|
||||
GTK_FILE_INFO_DISPLAY_NAME, NULL);
|
||||
gtk_file_path_free (parent_path);
|
||||
|
||||
if (folder)
|
||||
{
|
||||
GtkFileInfo *info;
|
||||
|
Loading…
Reference in New Issue
Block a user