~ubuntu-branches/ubuntu/trusty/me-tv/trusty

« back to all changes in this revision

Viewing changes to src/me-tv-actions.ui

  • Committer: Bazaar Package Importer
  • Author(s): Teis Dreijer
  • Date: 2010-02-14 11:29:00 UTC
  • mfrom: (1.1.11 upstream) (3.1.10 sid)
  • Revision ID: james.westby@ubuntu.com-20100214112900-krutrmpz248vz1ji
Tags: 1.1.6-2
* Updated debian/control
  - Removed libgnomem-2.6-dev and libgnomeuimm-2.6-dev
    from Build-Depends (Closes: #568782)
  - Added libgconfmm-2.6-dev to Build-Depends

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
         <child>
73
73
            <object class="GtkAction" id="scheduled_recordings">
74
74
               <property name="label" translatable="yes">_Schedule</property>
75
 
               <property name="stock-id">gnome-stock-timer</property>
 
75
               <property name="icon-name">appointment-soon</property>
76
76
               <signal name="activate" handler="on_scheduled_recordings"/>
77
77
            </object>
78
78
         </child>
113
113
         <child>
114
114
            <object class="GtkToggleAction" id="mute">
115
115
               <property name="label" translatable="yes">_Mute</property>
116
 
               <property name="stock-id">gnome-stock-volume</property>
 
116
               <property name="icon-name">audio-volume-high</property>
117
117
               <signal name="activate" handler="on_mute"/>
118
118
            </object>
119
119
            <accelerator key="M"/>