Skip to content

Commit

Permalink
Remove Edit->Plugins.
Browse files Browse the repository at this point in the history
This is easy enough to get to via Preferences.
  • Loading branch information
mtwebster committed Jun 12, 2024
1 parent 8ec78b1 commit 27289d8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 18 deletions.
1 change: 0 additions & 1 deletion gresources/nemo-shell-ui.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
<separator/>
<placeholder name="Extension Actions"/>
<separator/>
<menuitem name="Plugins" action="NemoPluginManager"/>
<menuitem name="Preferences" action="Preferences"/>
</menu>
<menu action="View">
Expand Down
17 changes: 0 additions & 17 deletions src/nemo-window-menus.c
Original file line number Diff line number Diff line change
Expand Up @@ -303,19 +303,6 @@ action_preferences_callback (GtkAction *action,
nemo_file_management_properties_dialog_show (window, NULL);
}

static void
action_plugins_callback (GtkAction *action,
gpointer user_data)
{
GtkWindow *window;

if (!NEMO_IS_DESKTOP_WINDOW (user_data)) {
window = GTK_WINDOW (user_data);

nemo_file_management_properties_dialog_show (window, "plugins");
}
}

static void
action_about_nemo_callback (GtkAction *action,
gpointer user_data)
Expand Down Expand Up @@ -1390,10 +1377,6 @@ static const GtkActionEntry main_entries[] = {
N_("Prefere_nces"),
NULL, N_("Edit Nemo preferences"),
G_CALLBACK (action_preferences_callback) },
{ NEMO_ACTION_PLUGIN_MANAGER, NULL,
N_("Plugins"),
"<alt>p", N_("Manage extensions, actions and scripts"),
G_CALLBACK (action_plugins_callback) },
#ifdef TEXT_CHANGE_UNDO
/* name, stock id, label */ { "Undo", NULL, N_("_Undo"),
"<control>Z", N_("Undo the last text change"),
Expand Down

0 comments on commit 27289d8

Please sign in to comment.