1
1

1999-04-19 Miguel de Icaza <miguel@nuclecu.unam.mx>

* gnome-file-property-dialog.c (perm_group_new): Small typo fix
	that fixes crash (#958)
Этот коммит содержится в:
Miguel de Icaza 1999-04-19 16:30:20 +00:00
родитель 66bd4c9348
Коммит 9cd7859448
2 изменённых файлов: 10 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,12 @@
1999-04-19 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gnome-file-property-dialog.c (perm_group_new): Small typo fix
that fixes crash (#958)
1999-04-16 Miguel de Icaza <miguel@nuclecu.unam.mx>
* mc.keys.in.in: Merge the application/tex values.
1999-04-18 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gnome-file-property-dialog.c (create_general_properties): Mark

Просмотреть файл

@ -856,7 +856,7 @@ perm_group_new (GnomeFilePropertyDialog *fp_dlg)
grpname = grpnum;
}
} else {
sprintf (grpnum, "%d", (int) grp->gr_gid);
sprintf (grpnum, "%d", (int) fp_dlg->st.st_gid);
grpname = grpnum;
}