diff --git a/ChangeLog b/ChangeLog index ad08542f80..c2402f2265 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-12-06 Kristian Rietveld + + * gtk/gtkfilechooserdefault.c (show_and_select_paths): fixed a typo. + 2005-12-05 Federico Mena Quintero (merge from HEAD) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index ad08542f80..c2402f2265 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,7 @@ +2005-12-06 Kristian Rietveld + + * gtk/gtkfilechooserdefault.c (show_and_select_paths): fixed a typo. + 2005-12-05 Federico Mena Quintero (merge from HEAD) diff --git a/gtk/gtkfilechooserdefault.c b/gtk/gtkfilechooserdefault.c index f71d75eb9b..9ea37fbdae 100644 --- a/gtk/gtkfilechooserdefault.c +++ b/gtk/gtkfilechooserdefault.c @@ -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);