[gnome-commander] noop: Code comment



commit eef2407d317841ccc9158bbbaec65f74d99b13f4
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Sun May 17 23:04:18 2015 +0200

    noop: Code comment

 src/gnome-cmd-con-remote.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gnome-cmd-con-remote.cc b/src/gnome-cmd-con-remote.cc
index cf14e72..c8f6bb3 100644
--- a/src/gnome-cmd-con-remote.cc
+++ b/src/gnome-cmd-con-remote.cc
@@ -42,8 +42,8 @@ static void get_file_info_func (GnomeCmdCon *con)
 
     DEBUG('m', "Connecting to %s\n", gnome_vfs_uri_to_string (uri, GNOME_VFS_URI_HIDE_PASSWORD));
 
+    // Get basic file info - opens gnome-keyring dialog via libgnome-keyring for password input if needed
     con->base_info = gnome_vfs_file_info_new ();
-
     GnomeVFSResult res = gnome_vfs_get_file_info_uri (uri, con->base_info, infoOpts);
 
     gnome_vfs_uri_unref (uri);


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