File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -335,8 +335,6 @@ nemo_menus_append_bookmark_to_menu (NemoWindow *window,
335335 path = g_strdup_printf ("%s/%s" , parent_path , action_name );
336336 menuitem = gtk_ui_manager_get_widget (window -> details -> ui_manager ,
337337 path );
338- gtk_image_menu_item_set_always_show_image (GTK_IMAGE_MENU_ITEM (menuitem ),
339- TRUE);
340338
341339 g_free (path );
342340}
Original file line number Diff line number Diff line change @@ -769,32 +769,6 @@ static const char* icon_entries[] = {
769769 "/MenuBar/Other Menus/Go/Edit Location"
770770};
771771
772- /**
773- * refresh_go_menu:
774- *
775- * Refresh list of bookmarks at end of Go menu to match centralized history list.
776- * @window: The NemoWindow whose Go menu will be refreshed.
777- **/
778- static void
779- nemo_window_initialize_go_menu (NemoWindow * window )
780- {
781- GtkUIManager * ui_manager ;
782- GtkWidget * menuitem ;
783- guint i ;
784-
785- ui_manager = nemo_window_get_ui_manager (NEMO_WINDOW (window ));
786-
787- for (i = 0 ; i < G_N_ELEMENTS (icon_entries ); i ++ ) {
788- menuitem = gtk_ui_manager_get_widget (
789- ui_manager ,
790- icon_entries [i ]);
791- if (menuitem ) {
792- gtk_image_menu_item_set_always_show_image (
793- GTK_IMAGE_MENU_ITEM (menuitem ), TRUE);
794- }
795- }
796- }
797-
798772static void
799773action_new_window_callback (GtkAction * action ,
800774 gpointer user_data )
@@ -1758,7 +1732,6 @@ nemo_window_initialize_menus (NemoWindow *window)
17581732 gtk_ui_manager_add_ui_from_resource (ui_manager , "/org/nemo/nemo-shell-ui.xml" , NULL );
17591733
17601734 nemo_window_initialize_trash_icon_monitor (window );
1761- nemo_window_initialize_go_menu (window );
17621735}
17631736
17641737void
You can’t perform that action at this time.
0 commit comments