1
1
Этот коммит содержится в:
Miguel de Icaza 1999-07-13 04:32:46 +00:00
родитель 6c564a5f4e
Коммит 8cf053cea7
4 изменённых файлов: 7 добавлений и 3 удалений

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

@ -5,7 +5,7 @@ AC_INIT(create_vcs)
AC_CONFIG_HEADER(config.h)
PACKAGE=mc
VERSION=4.5.36
VERSION=4.5.37
AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE")
AC_DEFINE_UNQUOTED(VERSION, "$VERSION")
AC_SUBST(VERSION)

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

@ -1,5 +1,9 @@
1999-07-12 Miguel de Icaza <miguel@nuclecu.unam.mx>
* gdesktop.c (icon_drag_data_received): Use desktop directory here
not the fullname when invoking gdnd_perform_drop as this is what
the code expects.
* gnome-file-property-dialog.c (perm_group_new): Patch from
Germano Leichsenring <germano@jedi.cs.kobe-u.ac.jp> that fixes the
display of groups for non-root users.

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

@ -1921,7 +1921,7 @@ icon_drag_data_received (GtkWidget *widget, GdkDragContext *context, gint x, gin
return;
}
if (gdnd_perform_drop (context, data, full_name, fe))
if (gdnd_perform_drop (context, data, desktop_directory, fe))
desktop_reload_icons (FALSE, 0, 0);
file_entry_free (fe);

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

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 1999-07-04 12:08-0500\n"
"POT-Creation-Date: 1999-07-12 22:57-0500\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"