~ubuntu-branches/ubuntu/quantal/nautilus/quantal

« back to all changes in this revision

Viewing changes to src/nautilus-list-view-ui.xml

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-07-24 13:00:13 UTC
  • mfrom: (299.1.1 quantal)
  • Revision ID: package-import@ubuntu.com-20120724130013-5qnys60ngsy3hom0
Tags: 1:3.5.4-0ubuntu2
* debian/patches/git_handle_space.patch:
  - "query-editor: make sure not to handle space if we're invisible"
* debian/patches/git_dont_grab_entry_focus.patch:
  - "Don't grab focus away from the search entry box"
* debian/patches/git_entry_grab_keys.patch:
  - "This fixes the search entry grabbing pasted URLs." (lp: #1026659)
* debian/patches/git_focus_on_down_key.patch:
  - "Change focus to the view on down arrow"
* debian/patches/git_desktop_dont_search_on_type.patch:
  - "Don't handle search for desktop windows" (lp: #1028028)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<ui>
2
 
<menubar name="MenuBar">
3
 
        <menu action="View">
4
 
                <placeholder name="View Items Placeholder">
5
 
                        <menuitem name="Visible Columns" action="Visible Columns"/>
6
 
                </placeholder>
7
 
        </menu>
8
 
</menubar>
 
2
  <popup name="ViewMenu">
 
3
    <menu action="View">
 
4
      <placeholder name="View Items Placeholder">
 
5
        <menuitem name="Visible Columns" action="Visible Columns"/>
 
6
      </placeholder>
 
7
    </menu>
 
8
  </popup>
9
9
</ui>