~woodrow-shen/totem/mybranch

« back to all changes in this revision

Viewing changes to src/plugins/youtube/youtube.ui

Tags: 2.24.3-3
* totem-mozilla.docs: ship README.browser-plugin which explains how to 
  disable the plugin for some MIME types.
* rules: remove the hack that only let totem-xine support VCDs and 
  DVDs, now that GStreamer supports them. Closes: #370789.
* 01_fake_keypresses.patch: new patch. Completely disable the broken 
  XTEST code that generates fake keypresses. Closes: #500330.
* 90_autotools.patch: regenerated.
* Build-depend on nautilus 2.22 to be sure to build the extension for 
  the correct version.
* totem-xine depends on libxine1-x.
* Standards version is 3.8.1.
* Upload to unstable.
* 04_tracker_build.patch: new patch, stolen upstream. Fix build with 
  latest tracker version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
                        <child>
49
49
                                <object class="GtkButton" id="yt_search_button">
50
50
                                        <property name="use-stock">True</property>
51
 
                                        <property name="tooltip-text">Search YouTube</property>
 
51
                                        <property name="tooltip-text" translatable="yes">Search YouTube</property>
52
52
                                        <child>
53
53
                                                <object class="GtkImage" id="yt_search_button_image">
54
54
                                                        <property name="visible">True</property>
135
135
                        <property name="fill">True</property>
136
136
                </packing>
137
137
        </child>
 
138
        <child>
 
139
                <object class="GtkProgressBar" id="yt_progress_bar"/>
 
140
                <packing>
 
141
                        <property name="padding">0</property>
 
142
                        <property name="expand">False</property>
 
143
                        <property name="fill">True</property>
 
144
                </packing>
 
145
        </child>
138
146
</object>
139
147
 
140
148
</interface>