diff options
-rw-r--r-- | ChangeLog | 9 | ||||
-rw-r--r-- | NEWS | 16 | ||||
-rw-r--r-- | configure.in | 2 | ||||
-rw-r--r-- | src/file-manager/fm-desktop-icon-view.c | 2 |
4 files changed, 26 insertions, 3 deletions
@@ -1,3 +1,12 @@ +2004-02-11 Alexander Larsson <alexl@redhat.com> + + * src/file-manager/fm-desktop-icon-view.c (change_background_callback): + Change the background capplet binary name back. + + * NEWS: + * configure.in: + Update + 2004-02-11 Martin Wehner <martin.wehner@epost.de> * src/file-manager/fm-directory-view.c (rename_file_callback): @@ -1,6 +1,20 @@ -This is nautilus 2.5.6, the file manager for the Gnome 2 desktop. +This is nautilus 2.5.7, the file manager for the Gnome 2 desktop. Major changes since 2.5.6 are: +* Fix icon lookup crash +* Fix property page crash +* Some a11y fixes +* Use new background capplet name +* Fix rename keyfocus issue +* Scroll to icon after rename +* Fix ogg previewing +* Some HIG rephrasing of strings +* Fix crash on rename of empty selection +* Update help userguide links +* Paste menu sensitivity fix +* Rename selection keynav now behaves better from the start + +Major changes since 2.5.5 are: * hig/ui tweaks * ngettext support * distribute nautilus-list-view-ui.xml diff --git a/configure.in b/configure.in index f115d6a7f..c72cd35e3 100644 --- a/configure.in +++ b/configure.in @@ -43,7 +43,7 @@ AC_SUBST(STARTUP_NOTIFICATION_REQUIRED) dnl =========================================================================== -AM_INIT_AUTOMAKE(nautilus, 2.5.6) +AM_INIT_AUTOMAKE(nautilus, 2.5.7) AM_CONFIG_HEADER(config.h) AM_SANITY_CHECK diff --git a/src/file-manager/fm-desktop-icon-view.c b/src/file-manager/fm-desktop-icon-view.c index c4fff6576..cac78173c 100644 --- a/src/file-manager/fm-desktop-icon-view.c +++ b/src/file-manager/fm-desktop-icon-view.c @@ -580,7 +580,7 @@ change_background_callback (BonoboUIComponent *component, nautilus_launch_application_from_command (gtk_widget_get_screen (GTK_WIDGET (data)), _("Background"), - "gnome-wallpaper-properties", + "gnome-background-properties", NULL, FALSE); } |