Author: epiotr
Date: Fri Jan 18 22:10:22 2008
New Revision: 1532
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=1532&view=rev
Log:
Point to the focused file properly
Modified:
trunk/ChangeLog
trunk/src/gnome-cmd-file-list.cc
Modified: trunk/src/gnome-cmd-file-list.cc
==============================================================================
--- trunk/src/gnome-cmd-file-list.cc (original)
+++ trunk/src/gnome-cmd-file-list.cc Fri Jan 18 22:10:22 2008
@@ -204,8 +204,8 @@
g_return_if_fail (GNOME_CMD_IS_FILE_LIST (fl));
GTK_CLIST (fl)->focus_row = row;
- fl->priv->cur_file = row;
gtk_clist_select_row (GTK_CLIST (fl), row, 0);
+ fl->priv->cur_file = GTK_CLIST (fl)->focus_row;
}
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.