[nautilus/wip/gaction_: 35/38] view: fix a typo



commit e406f7d69fa775fb45fd588488656c1bc53ed1ed
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Tue Jan 20 17:26:35 2015 -0800

    view: fix a typo
    
    Background items are meant to go in the background menu.

 src/nautilus-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-view.c b/src/nautilus-view.c
index 5fca8d4..3485282 100644
--- a/src/nautilus-view.c
+++ b/src/nautilus-view.c
@@ -3994,7 +3994,7 @@ update_extensions_menus (NautilusView *view)
        if (background_items != NULL) {
                add_extension_menu_items (view,
                                          background_items,
-                                         view->details->selection_menu,
+                                         view->details->background_menu,
                                          NULL);
 
                nautilus_menu_item_list_free (background_items);


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