[gnome-commander/GSettings] noop: Renames view_concombo into view_devlist
- From: Uwe Scholz <uwescholz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-commander/GSettings] noop: Renames view_concombo into view_devlist
- Date: Sat, 4 Jun 2016 22:09:45 +0000 (UTC)
commit 6e82750b730b47e5036d4ceb66d4e2982013cd41
Author: Uwe Scholz <uwescholz src gnome org>
Date: Sun Jun 5 00:02:32 2016 +0200
noop: Renames view_concombo into view_devlist
src/gnome-cmd-main-menu.cc | 2 +-
src/gnome-cmd-user-actions.cc | 2 +-
src/gnome-cmd-user-actions.h | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/gnome-cmd-main-menu.cc b/src/gnome-cmd-main-menu.cc
index 8a51183..5dd399f 100644
--- a/src/gnome-cmd-main-menu.cc
+++ b/src/gnome-cmd-main-menu.cc
@@ -605,7 +605,7 @@ static void init (GnomeCmdMainMenu *main_menu)
},
{
MENU_TYPE_TOGGLEITEM, _("Show Device List"), "", NULL,
- (gpointer) view_concombo, NULL,
+ (gpointer) view_devlist, NULL,
GNOME_APP_PIXMAP_NONE, NULL,
NULL
},
diff --git a/src/gnome-cmd-user-actions.cc b/src/gnome-cmd-user-actions.cc
index ec98896..2a7c839 100644
--- a/src/gnome-cmd-user-actions.cc
+++ b/src/gnome-cmd-user-actions.cc
@@ -1541,7 +1541,7 @@ void view_conbuttons (GtkMenuItem *menuitem, gpointer not_used)
}
-void view_concombo (GtkMenuItem *menuitem, gpointer not_used)
+void view_devlist (GtkMenuItem *menuitem, gpointer not_used)
{
if (!GTK_WIDGET_REALIZED (main_win)) return;
diff --git a/src/gnome-cmd-user-actions.h b/src/gnome-cmd-user-actions.h
index 2aa25f0..5293f13 100644
--- a/src/gnome-cmd-user-actions.h
+++ b/src/gnome-cmd-user-actions.h
@@ -285,7 +285,7 @@ GNOME_CMD_USER_ACTION(command_root_mode);
/************** View Menu **************/
GNOME_CMD_USER_ACTION(view_conbuttons);
-GNOME_CMD_USER_ACTION(view_concombo);
+GNOME_CMD_USER_ACTION(view_devlist);
GNOME_CMD_USER_ACTION(view_toolbar);
GNOME_CMD_USER_ACTION(view_buttonbar);
GNOME_CMD_USER_ACTION(view_cmdline);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]