~ubuntu-branches/debian/sid/cheese/sid

« back to all changes in this revision

Viewing changes to tests/cheese-test-widget.c

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2011-07-17 21:04:16 UTC
  • mfrom: (15.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20110717210416-nt5qi659qei7a2yy
Tags: 3.0.1-2
* debian/control.in:
  - Change gir1.2-cheese-3.0 Section to libs
  - Make library packages depend against cheese-common package
  - Make cheese package recommends against hicolor-icon-theme
  - Move gst Dependency to libcheese package
* debian/patches/0002-fix-linking.patch: Add missing library to fix linking
* debian/watch:
  - Switch to .bz2 tarballs.
  - Bump version to 3

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
  bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
31
31
  textdomain (GETTEXT_PACKAGE);
32
32
 
33
 
  gtk_init (&argc, &argv);
 
33
  gtk_clutter_init (&argc, &argv);
34
34
 
35
35
  window = gtk_window_new (GTK_WINDOW_TOPLEVEL);
36
36
  gtk_window_set_default_size (GTK_WINDOW (window), 400, 300);