[gnome-commander] GnomeCmdFileList: fix for typo



commit 045049d4a9a4405947050b42ed51dc708cecb4a0
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Sun Jul 11 15:48:12 2010 +0200

    GnomeCmdFileList: fix for typo

 src/gnome-cmd-file-list.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-cmd-file-list.cc b/src/gnome-cmd-file-list.cc
index d5b7323..6a23751 100644
--- a/src/gnome-cmd-file-list.cc
+++ b/src/gnome-cmd-file-list.cc
@@ -2547,7 +2547,7 @@ void GnomeCmdFileList::set_directory(GnomeCmdDir *dir)
         gnome_cmd_dir_cancel_monitoring (cwd);
         lwd = cwd;
         g_signal_handlers_disconnect_matched (lwd, G_SIGNAL_MATCH_DATA, 0, 0, NULL, NULL, this);
-        lwd->voffset = gnome_cmd_clist_get_voffset (*this);
+        cwd->voffset = gnome_cmd_clist_get_voffset (*this);
     }
 
     cwd = dir;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]