~ubuntu-branches/ubuntu/precise/gnome-main-menu/precise

« back to all changes in this revision

Viewing changes to main-menu/etc/slab.schemas.in.in

  • Committer: Bazaar Package Importer
  • Author(s): Julian Andres Klode, Julian Andres Klode, Josselin Mouette
  • Date: 2011-03-14 19:09:51 UTC
  • mfrom: (1.1.7 upstream) (2.1.12 sid)
  • Revision ID: james.westby@ubuntu.com-20110314190951-kfrk4hocrw1pk0ow
Tags: 0.9.16-1
[ Julian Andres Klode ]
* New upstream release:
  - All patches merged upstream (except for default-applications.diff)
  - Correctly links against libxml2 (Closes: #611550)
* default-applications.diff: remove the firefox change (upstream now)

[ Josselin Mouette ]
* Drop type-handling usage. Closes: #587880.
* Bump standards version accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
89
89
                        <applyto>/desktop/gnome/applications/main-menu/search_command</applyto>
90
90
                        <owner>gnome-main-menu</owner>
91
91
                        <type>string</type>
92
 
                        <default>tracker-search-tool SEARCH_STRING</default>
 
92
                        <default>tracker-needle SEARCH_STRING</default>
93
93
                        <locale name="C">
94
94
                                <short>This is the command to execute when the search entry is used.</short>
95
95
                                <long>This is the command to execute when the search entry is used.  SEARCH_STRING is replaced with the entered search text.</long>
137
137
                        <applyto>/desktop/gnome/applications/main-menu/file-area/file_send_to_cmd</applyto>
138
138
                        <owner>gnome-main-menu</owner>
139
139
                        <type>string</type>
140
 
                        <default>nautilus-sendto --default-dir=DIRNAME BASENAME</default>
 
140
                        <default>nautilus-sendto DIRNAME/BASENAME</default>
141
141
                        <locale name="C">
142
142
                                <short>This is the command to execute when the "Send To..." menu item is activated.</short>
143
143
                                <long>This is the command to execute when the "Send To..." menu item is activated.  DIRNAME and BASENAME are replaced with the corresponding components of the activated tile.</long>
152
152
                        <default>8</default>
153
153
                        <locale name="C">
154
154
                                <short>determines the limit of items in the file-area.</short>
155
 
                                <long>determines the limit of items in the file-area.  The number favorite items is not limited.  This limit applies to the number of recent items, i.e. the number of recent items displayed is limited to max_total_items - the number of favorite items.  If the number of favorite items exceeds max_total_items - min_recent_items than this limit is ignored.</long>
 
155
                                <long>determines the limit of items in the file-area.  The number of favorite items is not limited.  This limit applies to the number of recent items, i.e. the number of recent items displayed is limited to max_total_items - the number of favorite items.  If the number of favorite items exceeds max_total_items - min_recent_items then this limit is ignored.</long>
156
156
                        </locale>
157
157
                </schema>
158
158