OBS User unknown 2009-07-16 14:59:05 +00:00 committed by Git OBS Bridge
parent 7b1d31a009
commit 77dbb94769
6 changed files with 42 additions and 1263 deletions

View File

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

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

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

View File

@ -57,7 +57,7 @@ Index: nautilus-2.23.4/libnautilus-private/nautilus-global-preferences.c
+ PREFERENCE_BOOLEAN,
+ GINT_TO_POINTER (FALSE)
+ },
{ NAUTILUS_PREFERENCES_SHOW_HIDDEN_FILES,
{ NAUTILUS_PREFERENCES_EXIT_WITH_LAST_WINDOW,
PREFERENCE_BOOLEAN,
GINT_TO_POINTER (FALSE)
Index: nautilus-2.23.4/libnautilus-private/nautilus-global-preferences.h

13
nautilus-build-fix.patch Normal file
View File

@ -0,0 +1,13 @@
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,21 @@
-------------------------------------------------------------------
Wed Jun 17 15:53:56 CEST 2009 - vuntz@novell.com
- Add nautilus-build-fix.patch to fix build with new GTK+.
-------------------------------------------------------------------
Tue Jun 16 14:55:22 CEST 2009 - opensuse@sukimashita.com
- Update to version 2.27.2:
+ Support ctrl-drop in list view
+ Allow user defined keyboard shortcuts for extension items
+ Fix crash on click on toolbar
+ Fix crash on entering empty location
+ Added daemon-mode (don't exit with last window)
+ Display info about the selected item in the information sidebar
+ Sort applications in open with
- Respin nautilus-bnc363122-lockdown-context-menus.diff.
-------------------------------------------------------------------
Thu Jun 11 04:48:56 CEST 2009 - vuntz@novell.com

File diff suppressed because it is too large Load Diff