~ubuntu-branches/ubuntu/vivid/gpodder/vivid

« back to all changes in this revision

Viewing changes to share/gpodder/ui/gtk/gpodder.ui

  • Committer: Package Import Robot
  • Author(s): tony mancill
  • Date: 2013-04-12 22:07:02 UTC
  • mfrom: (5.2.27 sid)
  • Revision ID: package-import@ubuntu.com-20130412220702-mux8v9r8zt2jin0x
Tags: 3.5.1-1
* New upstream release.
* d/control: declare versioned dependency on python-gtk2 (>= 2.16)

Show diffs side-by-side

added added

removed removed

Lines of Context:
609
609
                            <child>
610
610
                              <object class="GtkEntry" id="entry_search_podcasts">
611
611
                                <property name="visible">True</property>
 
612
                                <property name="secondary-icon-stock">gtk-close</property>
 
613
                                <signal name="icon-press" handler="hide_podcast_search"/>
612
614
                                <signal name="changed" handler="on_entry_search_podcasts_changed"/>
613
615
                                <signal name="key-press-event" handler="on_entry_search_podcasts_key_press"/>
614
616
                              </object>
615
617
                            </child>
616
 
                            <child>
617
 
                              <object class="GtkToolButton" id="button_search_podcasts_clear">
618
 
                                <property name="visible">True</property>
619
 
                                <property name="stock-id">gtk-clear</property>
620
 
                                <signal name="clicked" handler="hide_podcast_search"/>
621
 
                              </object>
622
 
                              <packing>
623
 
                                <property name="expand">False</property>
624
 
                                <property name="fill">True</property>
625
 
                              </packing>
626
 
                            </child>
627
618
                          </object>
628
619
                          <packing>
629
620
                            <property name="expand">False</property>
755
746
                            <child>
756
747
                              <object class="GtkEntry" id="entry_search_episodes">
757
748
                                <property name="visible">True</property>
 
749
                                <property name="secondary-icon-stock">gtk-close</property>
 
750
                                <signal name="icon-press" handler="hide_episode_search"/>
758
751
                                <signal name="changed" handler="on_entry_search_episodes_changed"/>
759
752
                                <signal name="key-press-event" handler="on_entry_search_episodes_key_press"/>
760
753
                              </object>
761
754
                            </child>
762
 
                            <child>
763
 
                              <object class="GtkToolButton" id="button_search_episodes_clear">
764
 
                                <property name="visible">True</property>
765
 
                                <property name="stock-id">gtk-clear</property>
766
 
                                <signal name="clicked" handler="hide_episode_search"/>
767
 
                              </object>
768
 
                              <packing>
769
 
                                <property name="expand">False</property>
770
 
                                <property name="fill">True</property>
771
 
                              </packing>
772
 
                            </child>
773
755
                          </object>
774
756
                          <packing>
775
757
                            <property name="expand">False</property>