diff -ruN old/mc-4.5.16/Specfile new/mc-4.5.17/Specfile --- old/mc-4.5.16/Specfile Mon Feb 15 21:13:26 1999 +++ new/mc-4.5.17/Specfile Mon Feb 15 22:58:53 1999 @@ -1,5 +1,5 @@ # Note that this is NOT a relocatable package -%define ver 4.5.16 +%define ver 4.5.17 %define prefix /usr Summary: Midnight Commander visual shell diff -ruN old/mc-4.5.16/VERSION new/mc-4.5.17/VERSION --- old/mc-4.5.16/VERSION Mon Feb 15 21:13:26 1999 +++ new/mc-4.5.17/VERSION Mon Feb 15 22:58:53 1999 @@ -1 +1 @@ -#define VERSION "4.5.16" +#define VERSION "4.5.17" diff -ruN old/mc-4.5.16/configure new/mc-4.5.17/configure --- old/mc-4.5.16/configure Mon Feb 15 21:13:25 1999 +++ new/mc-4.5.17/configure Mon Feb 15 22:58:53 1999 @@ -586,7 +586,7 @@ PACKAGE=mc -VERSION=4.5.16 +VERSION=4.5.17 cat >> confdefs.h < + * gdesktop.c (arrange_desktop_icons): I am such a doofus, I did + not initialize two variables here. + +1999-02-15 Federico Mena Quintero + * gdesktop.c (reload_desktop_icons): Take auto-positioning and snap-positioning into account. This is the right thing to do. (get_icon_auto_pos): Do auto-positioning in two steps, first from diff -ruN old/mc-4.5.16/gnome/gdesktop.c new/mc-4.5.17/gnome/gdesktop.c --- old/mc-4.5.16/gnome/gdesktop.c Mon Feb 15 21:13:33 1999 +++ new/mc-4.5.17/gnome/gdesktop.c Mon Feb 15 22:59:01 1999 @@ -532,6 +532,7 @@ remove_from_slot (l->data); for (l = icons; l; l = l->next) { + xpos = ypos = 0; get_icon_auto_pos (&xpos, &ypos); desktop_icon_info_place (l->data, xpos, ypos); } diff -ruN old/mc-4.5.16/po/mc.pot new/mc-4.5.17/po/mc.pot --- old/mc-4.5.16/po/mc.pot Mon Feb 15 21:13:36 1999 +++ new/mc-4.5.17/po/mc.pot Mon Feb 15 22:59:08 1999 @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" -"POT-Creation-Date: 1999-02-15 20:13-0600\n" +"POT-Creation-Date: 1999-02-15 21:59-0600\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -181,7 +181,7 @@ msgid "Enter extra arguments:" msgstr "" -#: gnome/gdesktop.c:375 gnome/gdesktop.c:1603 +#: gnome/gdesktop.c:375 gnome/gdesktop.c:1604 msgid "Warning" msgstr "" @@ -190,25 +190,25 @@ msgid "Could not open %s; will not have desktop icons" msgstr "" -#: gnome/gdesktop.c:1566 +#: gnome/gdesktop.c:1567 msgid "Trashcan" msgstr "" #. Create the link to the user's home directory so that he will have an icon -#: gnome/gdesktop.c:1599 +#: gnome/gdesktop.c:1600 msgid "Home directory" msgstr "" -#: gnome/gdesktop.c:1604 +#: gnome/gdesktop.c:1605 #, c-format msgid "Could not symlink %s to %s; will not have initial desktop icons." msgstr "" -#: gnome/gdesktop.c:1910 +#: gnome/gdesktop.c:1911 msgid "Arrange Icons" msgstr "" -#: gnome/gdesktop.c:1911 +#: gnome/gdesktop.c:1912 msgid "Rescan Desktop" msgstr ""