[gnome-commander: 160/170] noop: variable renaming




commit 358525f97ac85235883a776151c27ed569dbebf2
Author: Uwe Scholz <u scholz83 gmx de>
Date:   Wed Dec 23 20:52:15 2020 +0100

    noop: variable renaming

 src/gnome-cmd-file-popmenu.cc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/gnome-cmd-file-popmenu.cc b/src/gnome-cmd-file-popmenu.cc
index 395f424b..685be042 100644
--- a/src/gnome-cmd-file-popmenu.cc
+++ b/src/gnome-cmd-file-popmenu.cc
@@ -780,13 +780,13 @@ guint add_open_with_entries(GtkUIManager *ui_manager, GnomeCmdFileList *gnomeCmd
 
     // Only try to find a default application for the first file in the list of selected files
     openWithDefaultAppName  = gnomeCmdFile->get_default_application_name_string();
-    auto appInfo = gnomeCmdFile->GetAppInfoForContentType();
-    openWithDefaultAppLabel = gnomeCmdFile->get_default_application_action_label(appInfo);
+    auto gAppInfo = gnomeCmdFile->GetAppInfoForContentType();
+    openWithDefaultAppLabel = gnomeCmdFile->get_default_application_action_label(gAppInfo);
 
     if (openWithDefaultAppName != nullptr)
     {
         // Add the default "Open" menu entry at the top of the popup
-        defaultAppIconPath = g_strdup(get_default_application_icon_path(appInfo));
+        defaultAppIconPath = g_strdup(get_default_application_icon_path(gAppInfo));
         appStockId = register_application_stock_icon(openWithDefaultAppName, defaultAppIconPath);
         dynAction = gtk_action_new ("Open", openWithDefaultAppLabel, nullptr, appStockId);
         g_signal_connect (dynAction, "activate", G_CALLBACK (cb_exec_default), files);


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