OBS User unknown 2009-07-31 18:25:38 +00:00 committed by Git OBS Bridge
parent 77dbb94769
commit 535d350346
5 changed files with 17 additions and 21 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a8edffc003d5484aa074cd9030e71cc7d889d87fd9a4ff0f0029313562c8bb94
size 5939950

3
nautilus-2.27.4.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:994ad201575be2e7d8be114ff4ad237d53269d94e1f4743e4d2b64cb4033d8b4
size 5837154

View File

@ -1,13 +0,0 @@
diff --git a/src/nautilus-places-sidebar.c b/src/nautilus-places-sidebar.c
index 9dc58a0..88b1b3c 100644
--- a/src/nautilus-places-sidebar.c
+++ b/src/nautilus-places-sidebar.c
@@ -1564,7 +1564,7 @@ rename_selected_bookmark (NautilusPlacesSidebar *sidebar)
if (get_selected_iter (sidebar, &iter)) {
path = gtk_tree_model_get_path (GTK_TREE_MODEL (sidebar->store), &iter);
column = gtk_tree_view_get_column (GTK_TREE_VIEW (sidebar->tree_view), 0);
- renderers = gtk_tree_view_column_get_cell_renderers (column);
+ renderers = gtk_cell_layout_get_cells (GTK_CELL_LAYOUT (column));
cell = g_list_nth_data (renderers, 3);
g_list_free (renderers);
g_object_set (cell, "editable", TRUE, NULL);

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Jul 20 13:33:39 CEST 2009 - vuntz@novell.com
- Update to version 2.27.4:
+ Add support for starting and stopping drives
+ Use the new GVfs metadata framework
+ Support new style unmount operations; this will provide a nice
dialog when unmounting a busy drive mount
+ Add application icons to the Open With context menu
+ Reload xdg-user-dirs according to the user preferences
- Drop nautilus-build-fix.patch: fixed upstream.
-------------------------------------------------------------------
Wed Jun 17 15:53:56 CEST 2009 - vuntz@novell.com

View File

@ -1,5 +1,5 @@
#
# spec file for package nautilus (Version 2.27.2)
# spec file for package nautilus (Version 2.27.4)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@ -35,7 +35,7 @@ BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files
License: GPL v2 or later
Group: Productivity/File utilities
Version: 2.27.2
Version: 2.27.4
Release: 1
Summary: The GNOME 2.x Desktop File Manager
Source: ftp://ftp.gnome.org/pub/gnome/sources/nautilus/2.20/%{name}-%{version}.tar.bz2
@ -53,8 +53,6 @@ Patch15: nautilus-drives-and-volumes-on-desktop.diff
Patch20: nautilus-bnc363122-lockdown-context-menus.diff
# PATCH-NEEDS-REBASE nautilus-sysadmin-desktop-items.diff fate305252 federico@novell.com -- Support sysadmin-defined desktop items (was PATCH-FEATURE-OPENSUSE)
Patch21: nautilus-sysadmin-desktop-items.diff
# PATCH-FIX-UPSTREAM nautilus-build-fix.patch bgo586132 vuntz@novell.com -- Fix build with gtk+ 2.17.2
Patch22: nautilus-build-fix.patch
Requires: %{name}-lang = %{version}
Requires: gvfs
# So that symlinks to icons work:
@ -94,7 +92,6 @@ gnome-patch-translation-prepare
### %patch15 -p1
%patch20 -p1
#%patch21 -p1
%patch22 -p1
gnome-patch-translation-update
%build