~swem/totem/assignment

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sebastian Dröge
  • Date: 2010-01-27 09:40:18 UTC
  • mfrom: (1.4.2 upstream) (5.1.13 sid)
  • Revision ID: james.westby@ubuntu.com-20100127094018-q6rzt7va0y8ketwt
Tags: 2.29.4-1
* New upstream development release:
  + debian/patches/90_autotools.patch:
    - Refreshed for the new version.
  + debian/control.in:
    - Update build dependencies and dependencies.
    - Drop tracker plugin, it needs tracker 0.7.
  + debian/totem-mozilla.links:
    - Drop the complex plugin, it doesn't exist anymore.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
        </child>
36
36
        <child>
37
37
                <object class="GtkHBox" id="yt_hbox">
38
 
                        <property name="spacing">4</property>
 
38
                        <property name="spacing">6</property>
39
39
                        <child>
40
40
                                <object class="GtkButton" id="yt_search_button">
41
41
                                        <property name="use-stock">True</property>
73
73
                        <signal name="switch-page" handler="notebook_switch_page_cb"/>
74
74
                        <child>
75
75
                                <object class="GtkVBox" id="yt_vbox_search">
76
 
                                        <property name="spacing">4</property>
 
76
                                        <property name="spacing">6</property>
77
77
                                        <child>
78
78
                                                <object class="GtkScrolledWindow" id="yt_scrolled_window_search">
79
79
                                                        <property name="hscrollbar-policy">GTK_POLICY_NEVER</property>
119
119
                        </child>
120
120
                        <child>
121
121
                                <object class="GtkVBox" id="yt_vbox_related">
 
122
                                        <property name="spacing">6</property>
122
123
                                        <child>
123
124
                                                <object class="GtkScrolledWindow" id="yt_scrolled_window_related">
124
125
                                                        <property name="hscrollbar-policy">GTK_POLICY_AUTOMATIC</property>