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)
Этот коммит содержится в:
родитель
66bd4c9348
Коммит
9cd7859448
@ -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;
|
||||
}
|
||||
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user