~indicator-applet-developers/indicator-sound/trunk.13.04

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Tarmac
  • Author(s): Marco Trevisan (Treviño)
  • Date: 2013-04-05 13:05:54 UTC
  • mfrom: (344.1.7 indicator-sound)
  • Revision ID: tarmac-20130405130554-9eawtnup17d6ioo2
PlayerActivator: Use BAMF to find the windows to activate with timestamp

Improved the"old" GtkApplicationPlayer, using BAMF as a fallback method to
activate an application's windows. Basically we try to get the windows of the
selected application and when found we focus them using the activation
timestamp. Fixes: https://bugs.launchpad.net/bugs/627195.

Approved by PS Jenkins bot, Lars Uebernickel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
        playlists-menu-item.vala \
69
69
        freedesktop-interfaces.vala \
70
70
        fetch-file.vala \
71
 
        gtk-application-player.vala
 
71
        player-activator.vala
72
72
 
73
73
music_bridge_VALAFLAGS = \
74
74
  --ccode \
83
83
  --pkg gio-2.0 \
84
84
  --pkg gio-unix-2.0 \
85
85
  --pkg gdk-3.0 \
 
86
  --pkg gdk-x11-3.0 \
86
87
  --pkg gdk-pixbuf-2.0 \
 
88
  --pkg libbamf3 \
87
89
  --pkg libxml-2.0
88
90
 
89
91
 $(MAINTAINER_VALAFLAGS)