Plug a leak. Closes bug #306754.
2005-06-07 Kjartan Maraas <kmaraas@gnome.org> * gtk/gtkfilechooserbutton.c: (update_label_and_image): Plug a leak. Closes bug #306754.
This commit is contained in:
committed by
Kjartan Maraas
parent
5a901b17f1
commit
69bc5b3928
@@ -1,3 +1,8 @@
|
||||
2005-06-07 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* gtk/gtkfilechooserbutton.c: (update_label_and_image):
|
||||
Plug a leak. Closes bug #306754.
|
||||
|
||||
2005-06-03 Dom Lachowicz <cinamod@hotmail.com>
|
||||
|
||||
Merge from HEAD:
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2005-06-07 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* gtk/gtkfilechooserbutton.c: (update_label_and_image):
|
||||
Plug a leak. Closes bug #306754.
|
||||
|
||||
2005-06-03 Dom Lachowicz <cinamod@hotmail.com>
|
||||
|
||||
Merge from HEAD:
|
||||
|
||||
@@ -1,3 +1,8 @@
|
||||
2005-06-07 Kjartan Maraas <kmaraas@gnome.org>
|
||||
|
||||
* gtk/gtkfilechooserbutton.c: (update_label_and_image):
|
||||
Plug a leak. Closes bug #306754.
|
||||
|
||||
2005-06-03 Dom Lachowicz <cinamod@hotmail.com>
|
||||
|
||||
Merge from HEAD:
|
||||
|
||||
@@ -1827,6 +1827,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;
|
||||
|
||||
Reference in New Issue
Block a user