~ubuntu-branches/ubuntu/intrepid/update-manager/intrepid

« back to all changes in this revision

Viewing changes to data/SoftwarePropertiesDialogs.glade

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2006-04-20 18:23:54 UTC
  • Revision ID: james.westby@ubuntu.com-20060420182354-mbpnqmq3owrrvvwu
Tags: 0.42.2ubuntu13
* po/POTFILES.in: add missing desktop file (ubuntu: #39410)
* UpdateManager/UpdateManager.py: 
  - fix in the get_changelog logic (ubuntu: #40058)
  - correct a error in the changelog parser (ubuntu: #40060)
  - fix download size reporting (ubuntu: #39579)
* debian/rules: added dh_iconcache
* setup.py: install the icons into the hicolor icon schema
  (thanks to Sebastian Heinlein)

Show diffs side-by-side

added added

removed removed

Lines of Context:
187
187
              <child>
188
188
                <widget class="GtkLabel" id="label32">
189
189
                  <property name="visible">True</property>
190
 
                  <property name="label" translatable="yes">&lt;b&gt;Sections&lt;/b&gt;</property>
 
190
                  <property name="label" translatable="yes">&lt;b&gt;Components&lt;/b&gt;</property>
191
191
                  <property name="use_underline">False</property>
192
192
                  <property name="use_markup">True</property>
193
193
                  <property name="justify">GTK_JUSTIFY_LEFT</property>
590
590
          </child>
591
591
 
592
592
          <child>
593
 
            <widget class="GtkButton" id="button8">
 
593
            <widget class="GtkButton" id="button_edit_ok">
594
594
              <property name="visible">True</property>
595
595
              <property name="can_default">True</property>
596
596
              <property name="has_default">True</property>
745
745
              <property name="has_frame">True</property>
746
746
              <property name="invisible_char">*</property>
747
747
              <property name="activates_default">True</property>
 
748
              <signal name="changed" handler="on_entry_source_line_changed" last_modification_time="Mon, 17 Apr 2006 14:14:17 GMT"/>
748
749
            </widget>
749
750
            <packing>
750
751
              <property name="left_attach">1</property>
756
757
          </child>
757
758
 
758
759
          <child>
759
 
            <widget class="GtkEntry" id="entry_dist">
760
 
              <property name="visible">True</property>
761
 
              <property name="can_focus">True</property>
762
 
              <property name="editable">True</property>
763
 
              <property name="visibility">True</property>
764
 
              <property name="max_length">0</property>
765
 
              <property name="text" translatable="yes"></property>
766
 
              <property name="has_frame">True</property>
767
 
              <property name="invisible_char">*</property>
768
 
              <property name="activates_default">True</property>
769
 
            </widget>
770
 
            <packing>
771
 
              <property name="left_attach">1</property>
772
 
              <property name="right_attach">2</property>
773
 
              <property name="top_attach">4</property>
774
 
              <property name="bottom_attach">5</property>
775
 
              <property name="y_options"></property>
776
 
            </packing>
777
 
          </child>
778
 
 
779
 
          <child>
780
760
            <widget class="GtkEntry" id="entry_comps">
781
761
              <property name="visible">True</property>
782
762
              <property name="can_focus">True</property>
787
767
              <property name="has_frame">True</property>
788
768
              <property name="invisible_char">*</property>
789
769
              <property name="activates_default">True</property>
 
770
              <signal name="changed" handler="on_entry_source_line_changed" last_modification_time="Mon, 17 Apr 2006 14:15:14 GMT"/>
790
771
            </widget>
791
772
            <packing>
792
773
              <property name="left_attach">1</property>
854
835
              <property name="has_frame">True</property>
855
836
              <property name="invisible_char">*</property>
856
837
              <property name="activates_default">True</property>
 
838
              <signal name="changed" handler="on_entry_source_line_changed" last_modification_time="Mon, 17 Apr 2006 14:15:19 GMT"/>
857
839
            </widget>
858
840
            <packing>
859
841
              <property name="left_attach">1</property>
863
845
              <property name="y_options"></property>
864
846
            </packing>
865
847
          </child>
 
848
 
 
849
          <child>
 
850
            <widget class="GtkEntry" id="entry_dist">
 
851
              <property name="visible">True</property>
 
852
              <property name="can_focus">True</property>
 
853
              <property name="editable">True</property>
 
854
              <property name="visibility">True</property>
 
855
              <property name="max_length">0</property>
 
856
              <property name="text" translatable="yes"></property>
 
857
              <property name="has_frame">True</property>
 
858
              <property name="invisible_char">*</property>
 
859
              <property name="activates_default">True</property>
 
860
              <signal name="changed" handler="on_entry_source_line_changed" last_modification_time="Mon, 17 Apr 2006 14:14:17 GMT"/>
 
861
            </widget>
 
862
            <packing>
 
863
              <property name="left_attach">1</property>
 
864
              <property name="right_attach">2</property>
 
865
              <property name="top_attach">4</property>
 
866
              <property name="bottom_attach">5</property>
 
867
              <property name="y_options"></property>
 
868
            </packing>
 
869
          </child>
866
870
        </widget>
867
871
        <packing>
868
872
          <property name="padding">0</property>