~ubuntu-branches/ubuntu/trusty/rhythmbox/trusty-updates

« back to all changes in this revision

Viewing changes to .pc/git_correct_action_in_queue_.patch/data/ui/queue-popups.ui

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher, Martin Pitt
  • Date: 2013-11-15 13:24:30 UTC
  • Revision ID: package-import@ubuntu.com-20131115132430-xvwxx3j05f4wxp89
Tags: 3.0.1-1ubuntu4
* debian/patches/git_correct_action_in_queue_.patch:
  - let "Remove from queue" do what it states, rather than remove the
    song from the library (lp: #1245084)

[ Martin Pitt ]
* Put back Ubuntu Vcs-Bzr:.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0"?>
 
2
<interface>
 
3
  <menu id="queue-source-popup">
 
4
    <section>
 
5
      <item>
 
6
        <attribute name="label" translatable="yes">Remove from Play Queue</attribute>
 
7
        <attribute name="action">app.clipboard-delete</attribute>
 
8
      </item>
 
9
      <item>
 
10
        <attribute name="label" translatable="yes">Shuffle Play Queue</attribute>
 
11
        <attribute name="action">app.queue-shuffle</attribute>
 
12
      </item>
 
13
      <item>
 
14
        <attribute name="label" translatable="yes">_Save to File...</attribute>
 
15
        <attribute name="action">app.save-playlist</attribute>
 
16
      </item>
 
17
    </section>
 
18
    <section>
 
19
      <attribute name="rb-plugin-menu-link">queue-popup</attribute>
 
20
    </section>
 
21
    <section>
 
22
      <item>
 
23
        <attribute name="label" translatable="yes">Pr_operties</attribute>
 
24
        <attribute name="action">app.clipboard-properties</attribute>
 
25
      </item>
 
26
    </section>
 
27
  </menu>
 
28
  <menu id="queue-sidepane-popup">
 
29
    <section>
 
30
      <item>
 
31
        <attribute name="label" translatable="yes">Remove from Play Queue</attribute>
 
32
        <attribute name="action">app.clipboard-delete</attribute>
 
33
      </item>
 
34
      <item>
 
35
        <attribute name="label" translatable="yes">Clear Play Queue</attribute>
 
36
        <attribute name="action">app.queue-clear</attribute>
 
37
      </item>
 
38
      <item>
 
39
        <attribute name="label" translatable="yes">Shuffle Play Queue</attribute>
 
40
        <attribute name="action">app.queue-shuffle</attribute>
 
41
      </item>
 
42
      <item>
 
43
        <attribute name="label" translatable="yes">_Save to File...</attribute>
 
44
        <attribute name="action">app.save-playlist</attribute>
 
45
      </item>
 
46
    </section>
 
47
    <section>
 
48
      <attribute name="rb-plugin-menu-link">queue-popup</attribute>
 
49
    </section>
 
50
    <section>
 
51
      <item>
 
52
        <attribute name="label" translatable="yes">Pr_operties</attribute>
 
53
        <attribute name="action">app.queue-properties</attribute>
 
54
      </item>
 
55
    </section>
 
56
  </menu>
 
57
</interface>