~walkerlee/totem/pre-interview

« back to all changes in this revision

Viewing changes to browser-plugin/totem-glow-button.c

Tags: 2.24.3-3
* totem-mozilla.docs: ship README.browser-plugin which explains how to 
  disable the plugin for some MIME types.
* rules: remove the hack that only let totem-xine support VCDs and 
  DVDs, now that GStreamer supports them. Closes: #370789.
* 01_fake_keypresses.patch: new patch. Completely disable the broken 
  XTEST code that generates fake keypresses. Closes: #500330.
* 90_autotools.patch: regenerated.
* Build-depend on nautilus 2.22 to be sure to build the extension for 
  the correct version.
* totem-xine depends on libxine1-x.
* Standards version is 3.8.1.
* Upload to unstable.
* 04_tracker_build.patch: new patch, stolen upstream. Fix build with 
  latest tracker version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * (C) Copyright 2007 Bastien Nocera <hadess@hadess.net>
3
3
 *
4
4
 * Glow code from libwnck/libwnck/tasklist.c:
5
 
 * Copyright (C) 2001 Havoc Pennington
6
 
 * Copyright (C) 2003 Kim Woelders
7
 
 * Copyright (C) 2003 Red Hat, Inc.
 
5
 * Copyright © 2001 Havoc Pennington
 
6
 * Copyright © 2003 Kim Woelders
 
7
 * Copyright © 2003 Red Hat, Inc.
8
8
 *
9
9
 *
10
10
 * This library is free software; you can redistribute it and/or
19
19
 *
20
20
 * You should have received a copy of the GNU Library General Public
21
21
 * License along with this library; if not, write to the
22
 
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
23
 
 * Boston, MA 02111-1307, USA.
 
22
 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
 
23
 * Boston, MA 02110-1301  USA.
24
24
 */
25
25
 
26
26
#ifdef HAVE_CONFIG_H