[gnome-commander] Comment out code which might make no sense after migration to gio / gvfs
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander] Comment out code which might make no sense after migration to gio / gvfs
- Date: Fri, 22 Jan 2021 22:24:25 +0000 (UTC)
commit 4f6228db51cd5e0fa43f950320c7d6b80be0a1f4
Author: Uwe Scholz <u scholz83 gmx de>
Date: Fri Jan 22 23:24:06 2021 +0100
Comment out code which might make no sense after migration to gio / gvfs
src/gnome-cmd-file-popmenu.cc | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/src/gnome-cmd-file-popmenu.cc b/src/gnome-cmd-file-popmenu.cc
index 7127d3cc..a3baad34 100644
--- a/src/gnome-cmd-file-popmenu.cc
+++ b/src/gnome-cmd-file-popmenu.cc
@@ -120,8 +120,8 @@ static void mime_exec_multiple (GList *files, GnomeCmdApp *app)
g_return_if_fail (files != nullptr);
g_return_if_fail (app != nullptr);
- GList *src_uri_list = nullptr;
- GList *dest_uri_list = nullptr;
+// GList *src_uri_list = nullptr;
+// GList *dest_uri_list = nullptr;
GList *local_files = nullptr;
// gboolean asked = FALSE;
// guint no_of_remote_files = 0;
@@ -178,15 +178,15 @@ static void mime_exec_multiple (GList *files, GnomeCmdApp *app)
args[0] = app;
args[1] = local_files;
- if (src_uri_list)
- gnome_cmd_xfer_tmp_download_multiple (src_uri_list,
- dest_uri_list,
- GNOME_VFS_XFER_FOLLOW_LINKS,
- GNOME_VFS_XFER_OVERWRITE_MODE_REPLACE,
- GTK_SIGNAL_FUNC (do_mime_exec_multiple),
- args);
- else
- do_mime_exec_multiple (args);
+// if (src_uri_list)
+// gnome_cmd_xfer_tmp_download_multiple (src_uri_list,
+// dest_uri_list,
+// GNOME_VFS_XFER_FOLLOW_LINKS,
+// GNOME_VFS_XFER_OVERWRITE_MODE_REPLACE,
+// GTK_SIGNAL_FUNC (do_mime_exec_multiple),
+// args);
+// else
+ do_mime_exec_multiple (args);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]