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



Author: epiotr
Date: Wed Jan 16 20:07:23 2008
New Revision: 1519
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=1519&view=rev

Log:
Yet another fix for cursor going astray

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	Wed Jan 16 20:07:23 2008
@@ -1226,7 +1226,7 @@
     gint i;
     gboolean b;
 
-    fl->priv = g_new (GnomeCmdFileListPrivate, 1);
+    fl->priv = g_new0 (GnomeCmdFileListPrivate, 1);
     fl->priv->shown_files = gnome_cmd_file_collection_new ();
     fl->priv->selected_files = NULL;
     fl->priv->shift_down = FALSE;



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