gnome-commander r1995 - in branches/gcmd-1-3: . src



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

Log:
Revert bug introduced in rev. #1968

Modified:
   branches/gcmd-1-3/ChangeLog
   branches/gcmd-1-3/src/gnome-cmd-file-list.cc

Modified: branches/gcmd-1-3/src/gnome-cmd-file-list.cc
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-file-list.cc	(original)
+++ branches/gcmd-1-3/src/gnome-cmd-file-list.cc	Mon Aug 25 17:15:19 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]