~ubuntu-branches/ubuntu/jaunty/beagle/jaunty-security

« back to all changes in this revision

Viewing changes to conf-data/config-files/BeagleSearch.xml

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Ebner
  • Date: 2008-05-04 00:31:32 UTC
  • mfrom: (1.1.21 upstream)
  • Revision ID: james.westby@ubuntu.com-20080504003132-2tkm5o8moo5952ri
Tags: 0.3.7-2ubuntu1
 * Merge from Debian unstable. (LP: #225746) Remaining Ubuntu changes:
  - debian/control:
    + Rename ice{weasel,dove}-beagle to {mozilla,thunderbird}-beagle and
      and update the dependencies accordingly.
    + Change Maintainer to Ubuntu Mono Team.
  - debian/rules:
    + Install the mozilla-beagle and thunderbird-beagle extensions.
  - ice{dove,weasel}.dirs:
    + Renamed to {mozilla,thunderbird}-beagle.dirs.
    + Fixed paths to point to usr/lib/{firefox,thunderbird}

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-16"?>
 
2
<!-- Distributions and packagers, DO NOT remove or add any BoolOption, StringOption or ListOption.
 
3
     Also do not change the Name, Description, Params and Separator attributes.
 
4
 -->
 
5
<BeagleConf xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" Name="BeagleSearch">
 
6
    <BoolOption Name="KeyBinding_Ctrl" Description="Use ctrl as key-modifier">false</BoolOption>
 
7
    <BoolOption Name="KeyBinding_Alt" Description="Use alt as key-modifier">false</BoolOption>
 
8
    <StringOption Name="KeyBinding_Key" Description="Shortcut key">F12</StringOption>
 
9
    <StringOption Name="BeaglePosX" Description=""></StringOption>
 
10
    <StringOption Name="BeaglePosY" Description=""></StringOption>
 
11
    <StringOption Name="BeagleSearchWidth" Description=""></StringOption>
 
12
    <StringOption Name="BeagleSearchHeight" Description=""></StringOption>
 
13
    <BoolOption Name="BeagleSearchAutoSearch" Description="Automatically search when user stops typing">true</BoolOption>
 
14
    <ListOption Name="SearchHistory" Description="Previous search strings" Params="Search string" Separator=",">
 
15
    </ListOption>
 
16
</BeagleConf>