From ad633ff8259597eb05eece420ed2e51688f00fe0 Mon Sep 17 00:00:00 2001 From: Alexander Schwinn Date: Thu, 22 Feb 2018 10:23:05 +0100 Subject: [PATCH] Go -> Open Location menu item does not provide feedback, looks broken (bug #11280) --- thunar/thunar-window-ui.xml | 2 -- thunar/thunar-window.c | 13 ------------- 2 files changed, 15 deletions(-) diff --git a/thunar/thunar-window-ui.xml b/thunar/thunar-window-ui.xml index 198f1c51..9bdfe177 100644 --- a/thunar/thunar-window-ui.xml +++ b/thunar/thunar-window-ui.xml @@ -88,8 +88,6 @@ - - diff --git a/thunar/thunar-window.c b/thunar/thunar-window.c index 4f520585..ebc7efca 100644 --- a/thunar/thunar-window.c +++ b/thunar/thunar-window.c @@ -207,8 +207,6 @@ static void thunar_window_action_open_network (GtkAction ThunarWindow *window); static void thunar_window_action_open_bookmark (GtkAction *action, ThunarWindow *window); -static void thunar_window_action_open_location (GtkAction *action, - ThunarWindow *window); static void thunar_window_action_contents (GtkAction *action, ThunarWindow *window); static void thunar_window_action_about (GtkAction *action, @@ -372,7 +370,6 @@ static GtkActionEntry action_entries[] = { "open-file-system", "drive-harddisk", N_ ("File System"), NULL, N_ ("Browse the file system"), G_CALLBACK (thunar_window_action_open_file_system), }, { "open-network", "network-workgroup", N_("B_rowse Network"), NULL, N_ ("Browse local network connections"), G_CALLBACK (thunar_window_action_open_network), }, { "open-templates", THUNAR_STOCK_TEMPLATES, N_("T_emplates"), NULL, N_ ("Go to the templates folder"), G_CALLBACK (thunar_window_action_open_templates), }, - { "open-location", NULL, N_ ("_Open Location..."), "L", N_ ("Specify a location to open"), G_CALLBACK (thunar_window_action_open_location), }, { "help-menu", NULL, N_ ("_Help"), NULL, }, { "contents", "help-browser", N_ ("_Contents"), "F1", N_ ("Display Thunar user manual"), G_CALLBACK (thunar_window_action_contents), }, { "about", "help-about", N_ ("_About"), NULL, N_ ("Display information about Thunar"), G_CALLBACK (thunar_window_action_about), }, @@ -3155,16 +3152,6 @@ thunar_window_action_open_bookmark (GtkAction *action, static void -thunar_window_action_open_location (GtkAction *action, - ThunarWindow *window) -{ - /* just use the "start-open-location" callback */ - thunar_window_start_open_location (window, NULL); -} - - - -static void thunar_window_action_contents (GtkAction *action, ThunarWindow *window) { -- 2.11.0