[gnome-commander] noop: added a comment



commit e850c58929c3f9ae1fdf4689fa4b7505ec31b727
Author: Uwe Scholz <u scholz83 gmx de>
Date:   Sun May 30 23:07:34 2021 +0200

    noop: added a comment

 src/dialogs/gnome-cmd-chmod-dialog.cc | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/dialogs/gnome-cmd-chmod-dialog.cc b/src/dialogs/gnome-cmd-chmod-dialog.cc
index edd1d52cd..1a53560ec 100644
--- a/src/dialogs/gnome-cmd-chmod-dialog.cc
+++ b/src/dialogs/gnome-cmd-chmod-dialog.cc
@@ -109,6 +109,7 @@ inline void do_chmod_files (GnomeCmdChmodDialog *dialog)
         GnomeCmdFile *f = (GnomeCmdFile *) i->data;
         gboolean recursive = gtk_toggle_button_get_active (GTK_TOGGLE_BUTTON (dialog->priv->recurse_check));
         const gchar *mode_text = get_combo_text (dialog->priv->recurse_combo);
+        //ToDo: This needs a fix. It does not work with Gcmd working in non-english language.
         ChmodRecursiveMode mode = strcmp (mode_text, recurse_opts[CHMOD_ALL_FILES]) == 0 ? CHMOD_ALL_FILES :
                                                                                            CHMOD_DIRS_ONLY;
 


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