[gnome-commander] noop: added comment



commit fc23f585923b4f4530b53ae527507e393d7a8be5
Author: Uwe Scholz <uwescholz src gnome org>
Date:   Sun Apr 26 22:16:37 2015 +0200

    noop: added comment

 src/dialogs/gnome-cmd-con-dialog.cc |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/dialogs/gnome-cmd-con-dialog.cc b/src/dialogs/gnome-cmd-con-dialog.cc
index f11b4dd..e9238b9 100644
--- a/src/dialogs/gnome-cmd-con-dialog.cc
+++ b/src/dialogs/gnome-cmd-con-dialog.cc
@@ -330,6 +330,7 @@ inline gboolean GnomeCmdConnectDialog::verify_uri()
     if (priv->user_entry->parent)
         stringify (user, gtk_editable_get_chars (GTK_EDITABLE (priv->user_entry), 0, -1));
 
+    //HERE we should arrange using the implemented password dialog instead of password_entry
     if (priv->password_entry->parent)
         stringify (password, gtk_editable_get_chars (GTK_EDITABLE (priv->password_entry), 0, -1));
 


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