Skip to content
  • Holger Berndt's avatar
    Move notebook from window into pane · e1fe45dd
    Holger Berndt authored and Alexander Larsson's avatar Alexander Larsson committed
    This is another refactorisation commit. A notebook is also pane
    specific, not window specific. In particular, the following function
    logic has been moved:
    
    notebook_popup_menu_move_left_cb
    notebook_popup_menu_move_right_cb
    notebook_popup_menu_close_cb
    notebook_popup_menu_show
    notebook_tab_close_requested
    notebook_button_press_cb
    notebook_popup_menu_cb
    notebook_switch_page_cb
    nautilus_navigation_window_pane_setup_notebook
    
    The following functions have been renamed:
    
    nautilus_navigation_window_initialize_tabs_menu to nautilus_navigation_window_pane_initialize_tabs_menu
     (also made public)
    
    nautilus_window_get_slot_for_content_box to nautilus_window_pane_get_slot_for_content_box
    e1fe45dd