fixed a typo.

2005-12-06  Kristian Rietveld  <kris@imendio.com>

	* gtk/gtkfilechooserdefault.c (show_and_select_paths): fixed a typo.
This commit is contained in:
Kristian Rietveld
2005-12-06 12:44:28 +00:00
committed by Kristian Rietveld
parent a86b453f7a
commit 08db22f008
3 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2005-12-06 Kristian Rietveld <kris@imendio.com>
* gtk/gtkfilechooserdefault.c (show_and_select_paths): fixed a typo.
2005-12-05 Federico Mena Quintero <federico@ximian.com>
(merge from HEAD)

View File

@@ -1,3 +1,7 @@
2005-12-06 Kristian Rietveld <kris@imendio.com>
* gtk/gtkfilechooserdefault.c (show_and_select_paths): fixed a typo.
2005-12-05 Federico Mena Quintero <federico@ximian.com>
(merge from HEAD)

View File

@@ -5271,7 +5271,7 @@ show_and_select_paths (GtkFileChooserDefault *impl,
return TRUE;
}
info = g_new (struct ShowAndSelectPathsData, 0);
info = g_new (struct ShowAndSelectPathsData, 1);
info->impl = impl;
info->paths = gtk_file_paths_copy (paths);