gnome-commander r2215 - in branches/gcmd-1-3: . src
- From: epiotr svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-commander r2215 - in branches/gcmd-1-3: . src
- Date: Sat, 18 Oct 2008 14:21:52 +0000 (UTC)
Author: epiotr
Date: Sat Oct 18 14:21:52 2008
New Revision: 2215
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=2215&view=rev
Log:
GnomeCmdFileList: store "realize" state
Modified:
branches/gcmd-1-3/ChangeLog
branches/gcmd-1-3/src/gnome-cmd-file-list.cc
branches/gcmd-1-3/src/gnome-cmd-file-list.h
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 Sat Oct 18 14:21:52 2008
@@ -1214,6 +1214,7 @@
g_return_if_fail (GNOME_CMD_IS_FILE_LIST (fl));
update_column_sort_arrows (fl);
+ fl->realized = TRUE;
}
Modified: branches/gcmd-1-3/src/gnome-cmd-file-list.h
==============================================================================
--- branches/gcmd-1-3/src/gnome-cmd-file-list.h (original)
+++ branches/gcmd-1-3/src/gnome-cmd-file-list.h Sat Oct 18 14:21:52 2008
@@ -62,6 +62,8 @@
Private *priv;
+ gboolean realized;
+
void *operator new (size_t size);
void operator delete (void *p) { g_free (p); }
@@ -175,6 +177,7 @@
inline GnomeCmdFileList::GnomeCmdFileList(GtkSignalFunc handler, GtkObject *object)
{
+ realized = FALSE;
con = NULL;
cwd = NULL;
lwd = NULL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]