[gnome-commander/treeview] Revert for bug intrduced in commit 473cefb855dd30739f18d7309ef0cb49dbd6392e (do not disconnect local
- From: Piotr Eljasiak <epiotr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander/treeview] Revert for bug intrduced in commit 473cefb855dd30739f18d7309ef0cb49dbd6392e (do not disconnect local
- Date: Wed, 11 Aug 2010 21:54:03 +0000 (UTC)
commit 89645f2e55207c26aab73defb20e4226e151ec68
Author: Piotr Eljasiak <epiotr src gnome org>
Date: Wed Aug 11 23:47:12 2010 +0200
Revert for bug intrduced in commit 473cefb855dd30739f18d7309ef0cb49dbd6392e (do not disconnect local connections)
src/gnome-cmd-user-actions.cc | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gnome-cmd-user-actions.cc b/src/gnome-cmd-user-actions.cc
index b700763..4d8d755 100644
--- a/src/gnome-cmd-user-actions.cc
+++ b/src/gnome-cmd-user-actions.cc
@@ -25,7 +25,7 @@
#include <algorithm>
#include "gnome-cmd-includes.h"
-#include "gnome-cmd-con.h"
+#include "gnome-cmd-con-home.h"
#include "gnome-cmd-con-list.h"
#include "gnome-cmd-data.h"
#include "gnome-cmd-dir.h"
@@ -1626,7 +1626,7 @@ void connections_close_current (GtkMenuItem *menuitem, gpointer not_used)
{
GnomeCmdCon *con = get_fs (ACTIVE)->get_connection();
- if (!gnome_cmd_con_is_local (con))
+ if (!GNOME_CMD_IS_CON_HOME (con))
connections_close (menuitem, con);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]