]> git.pld-linux.org Git - packages/nautilus.git/blob - nautilus-fix_slow_filesystems_crasher.patch
- bugfixes (gnome cvs stable gnome-2-14 branch)
[packages/nautilus.git] / nautilus-fix_slow_filesystems_crasher.patch
1 ===================================================================
2 RCS file: /cvs/gnome/nautilus/src/nautilus-window-manage-views.c,v
3 retrieving revision 1.365
4 retrieving revision 1.365.2.1
5 diff -u -r1.365 -r1.365.2.1
6 --- nautilus-window-manage-views.c      2006/03/18 07:13:52     1.365
7 +++ src/nautilus-window-manage-views.c  2006/05/08 23:17:09     1.365.2.1
8 @@ -960,6 +960,7 @@
9  
10                         /* We disconnected this, so we need to re-connect it */
11                         viewed_file = nautilus_file_get (window->details->location);
12 +                       nautilus_window_set_viewed_file (window, viewed_file);
13                         nautilus_file_monitor_add (viewed_file, &window->details->viewed_file, 0);
14                         g_signal_connect_object (viewed_file, "changed",
15                                                  G_CALLBACK (viewed_file_changed_callback), window, 0);
This page took 0.066775 seconds and 3 git commands to generate.