[gnome-commander] Explicitely use instance variable in GetGfileAttributeString method



commit 95d4efee7f724dbd3e0792074010a3b742f886f4
Author: Uwe Scholz <u scholz83 gmx de>
Date:   Fri Jan 1 22:04:15 2021 +0100

    Explicitely use instance variable in GetGfileAttributeString method

 src/gnome-cmd-file.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gnome-cmd-file.cc b/src/gnome-cmd-file.cc
index 3059e0f0..9242ebbc 100644
--- a/src/gnome-cmd-file.cc
+++ b/src/gnome-cmd-file.cc
@@ -477,7 +477,7 @@ gchar *GnomeCmdFile::GetGfileAttributeString(const char *attribute)
 {
     GError *error;
     error = nullptr;
-    auto gcmdFileInfo = g_file_query_info(gFile,
+    auto gcmdFileInfo = g_file_query_info(this->gFile,
                                    attribute,
                                    G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS,
                                    nullptr,


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