~ubuntu-branches/ubuntu/saucy/totem/saucy-proposed

« back to all changes in this revision

Viewing changes to data/handlers.sh

  • Committer: Bazaar Package Importer
  • Author(s): Loic Minier, Sebastien Bacher, Loic Minier
  • Date: 2007-03-08 14:51:55 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070308145155-cnu1r0s1z4ffcxza
Tags: 2.16.5-3
[ Sebastien Bacher ]
* debian/patches/30_dlopen_noremove_dbus_glib.dpatch:
  - fix "crash because NPPVpluginKeepLibraryInMemory is broken in gecko",
    patch from Alexander Sack (GNOME bug #415389)

[ Loic Minier ]
* Urgency medium.

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
        echo;
20
20
}
21
21
 
22
 
SCHEMES="pnm mms rtsp mmsh uvox"
 
22
SCHEMES="pnm mms net rtp rtsp mmsh uvox"
23
23
 
24
24
echo "<gconfschemafile>";
25
25
echo "    <schemalist>";
32
32
        DEFAULT="totem \"%s\"";
33
33
        schema;
34
34
 
35
 
        KEY="need-terminal"
 
35
        KEY="needs_terminal"
36
36
        TYPE="bool";
37
37
        DEFAULT="false";
38
38
        schema;