gnome-commander r1994 - in trunk: . src



Author: epiotr
Date: Mon Aug 25 17:14:24 2008
New Revision: 1994
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=1994&view=rev

Log:
Revert bug introduced in rev. #1968

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	Mon Aug 25 17:14:24 2008
@@ -199,7 +199,6 @@
     text[GnomeCmdFileList::COLUMN_PERM]  = (gchar *) gnome_cmd_file_get_perm (f);
     text[GnomeCmdFileList::COLUMN_OWNER] = (gchar *) gnome_cmd_file_get_owner (f);
     text[GnomeCmdFileList::COLUMN_GROUP] = (gchar *) gnome_cmd_file_get_group (f);
-    text[GnomeCmdFileList::NUM_COLUMNS]  = NULL;
 }
 
 



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