~ubuntu-branches/ubuntu/maverick/rhythmbox/maverick

« back to all changes in this revision

Viewing changes to lib/rb-stock-icons.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-08-24 17:19:03 UTC
  • mfrom: (1.1.53 upstream)
  • Revision ID: james.westby@ubuntu.com-20100824171903-3ez8k8eexllnhurw
Tags: 0.13.0git20100819-0ubuntu1
* New git version, renamed patches specifics to ubuntu for easier review
* debian/patches/06_build_vala.patch,
  debian/patches/90_git_correct_playback_status.patch,
  debian/patches/91_git_new_mpris.patch:
  - dropped, those changes are in the new version
* debian/control.in:
  - build-depends on libdmapsharing-dev (lp: #609081)
* debian/rhythmbox-plugins.install:
  - install the daap code there (lp: #613617)
* debian/patches/20_pause_button.patch:
  - update by Bilal Akhtar to remove the play pause button label (lp: #620326)

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
G_BEGIN_DECLS
33
33
 
34
34
extern const char RB_APP_ICON[];
35
 
extern const char RB_STOCK_TRAY_ICON_PLAYING[];
36
 
extern const char RB_STOCK_TRAY_ICON_NOT_PLAYING[];
 
35
extern const char RB_STOCK_TRAY_ICON[];
37
36
extern const char RB_STOCK_SET_STAR[];
38
37
extern const char RB_STOCK_UNSET_STAR[];
39
38
extern const char RB_STOCK_NO_STAR[];