summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2005-10-19 14:56:10 +0000
committerAlexander Larsson <alexl@src.gnome.org>2005-10-19 14:56:10 +0000
commitde5d032d98d3284262bdd09454f1904ff56136ef (patch)
tree54902c9e6ca7c2c6dee905b3bc6d6bf72eeed4c9
parenta4b47edd4718382a17e79b90d7e07285b6e97d2c (diff)
downloadnautilus-de5d032d98d3284262bdd09454f1904ff56136ef.tar.gz
Scroll into view correctly when renaming (#309964)
2005-10-19 Alexander Larsson <alexl@redhat.com> * src/file-manager/fm-list-view.c (fm_list_view_start_renaming_file): Scroll into view correctly when renaming (#309964)
-rw-r--r--ChangeLog5
-rw-r--r--src/file-manager/fm-list-view.c4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 4f03356f7..d19e7e534 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-10-19 Alexander Larsson <alexl@redhat.com>
+ * src/file-manager/fm-list-view.c (fm_list_view_start_renaming_file):
+ Scroll into view correctly when renaming (#309964)
+
+2005-10-19 Alexander Larsson <alexl@redhat.com>
+
* libnautilus-private/Makefile.am (INCLUDES):
Remove duplicate setting of libnautilus_private_la_LIBADD
diff --git a/src/file-manager/fm-list-view.c b/src/file-manager/fm-list-view.c
index f7e3fddc7..a3b71d372 100644
--- a/src/file-manager/fm-list-view.c
+++ b/src/file-manager/fm-list-view.c
@@ -2161,9 +2161,9 @@ fm_list_view_start_renaming_file (FMDirectoryView *view,
gtk_tree_view_scroll_to_cell (list_view->details->tree_view,
- path,
+ NULL,
list_view->details->file_name_column,
- FALSE, 0.0, 0.0);
+ TRUE, 0.0, 0.0);
gtk_tree_view_set_cursor (list_view->details->tree_view,
path,
list_view->details->file_name_column,