~ubuntu-branches/ubuntu/utopic/totem/utopic-proposed

« back to all changes in this revision

Viewing changes to src/backend/totem-aspect-frame.c

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher, Matthias Niess
  • Date: 2014-03-31 17:40:40 UTC
  • Revision ID: package-import@ubuntu.com-20140331174040-l48yofuivru7jnrf
Tags: 3.10.1-1ubuntu4
* debian/patches/revert_shell_menu.patch:
  - clean leftover line leading to a warning
* debian/patches/git_clutter_correct_use.patch:
  - clean some clutter warnings

[ Matthias Niess ]
* debian/patches/git-fix-subtitle-downloader.patch:
  - missing dependency in opensubtitles.py and bad argument passed
    to PyGObject (LP: #1292262)

Show diffs side-by-side

added added

removed removed

Lines of Context:
320
320
 
321
321
  clutter_actor_get_allocation_box (actor, &box);
322
322
 
323
 
  cogl_set_source_color4ub (color->red, color->green,
324
 
                            color->blue, color->alpha);
325
 
  cogl_rectangle (box.x1, box.y1, box.x2, box.y2);
 
323
  CLUTTER_ACTOR_CLASS (totem_aspect_frame_parent_class)->pick (actor, color);
326
324
 
327
325
  child = clutter_actor_get_child_at_index (actor, 0);
328
326