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:
committed by
Kristian Rietveld
parent
a86b453f7a
commit
08db22f008
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user