gnome-commander r1945 - in trunk: . src
- From: epiotr svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-commander r1945 - in trunk: . src
- Date: Tue, 5 Aug 2008 17:02:36 +0000 (UTC)
Author: epiotr
Date: Tue Aug 5 17:02:36 2008
New Revision: 1945
URL: http://svn.gnome.org/viewvc/gnome-commander?rev=1945&view=rev
Log:
Kill obsoleted code
Modified:
trunk/ChangeLog
trunk/src/gnome-cmd-file-selector.cc
Modified: trunk/src/gnome-cmd-file-selector.cc
==============================================================================
--- trunk/src/gnome-cmd-file-selector.cc (original)
+++ trunk/src/gnome-cmd-file-selector.cc Tue Aug 5 17:02:36 2008
@@ -62,7 +62,6 @@
gboolean active;
gboolean realized;
- gboolean selection_lock;
gboolean sel_first_file;
GnomeCmdCon *con;
GnomeCmdDir *cwd, *lwd; // current & last working dir
@@ -1258,7 +1257,6 @@
fs->priv->lwd = NULL;
fs->priv->connected_dir = NULL;
fs->priv->old_btns = NULL;
- fs->priv->selection_lock = FALSE;
fs->priv->sel_first_file = TRUE;
fs->priv->dir_history = NULL;
fs->priv->active = FALSE;
@@ -1773,8 +1771,6 @@
if (!fs->priv->realized)
return;
- fs->priv->selection_lock = TRUE;
-
gboolean found_my_con = FALSE;
gnome_cmd_combo_clear (GNOME_CMD_COMBO (fs->con_combo));
@@ -1810,8 +1806,6 @@
}
}
- fs->priv->selection_lock = FALSE;
-
// If the connection is no longer available use the home connection
if (!found_my_con)
gnome_cmd_file_selector_set_connection (fs, get_home_con ());
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]