~ubuntu-branches/ubuntu/utopic/gossip/utopic

« back to all changes in this revision

Viewing changes to ui/main.glade

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Tretkowski
  • Date: 2007-10-19 13:02:15 UTC
  • mfrom: (1.1.20 upstream)
  • Revision ID: james.westby@ubuntu.com-20071019130215-k2c45f460ssaft0r
Tags: 1:0.27-4
* Upload to unstable again.
* New patch, 00_debian-branding.patch, to get the distribution into the
  vcard.
* New patch, 01_disable-smooth-scrolling.patch, to disable smooth scrolling
  completely; GNOME #471316.
* New patch, 02_german-translation.patch, to fix german translations.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3279
3279
      <property name="spacing">0</property>
3280
3280
 
3281
3281
      <child>
3282
 
        <widget class="GtkMenuBar" id="menubar2">
 
3282
        <widget class="GtkMenuBar" id="main_menubar">
3283
3283
          <property name="visible">True</property>
3284
3284
          <property name="pack_direction">GTK_PACK_DIRECTION_LTR</property>
3285
3285
          <property name="child_pack_direction">GTK_PACK_DIRECTION_LTR</property>
4423
4423
  <property name="border_width">5</property>
4424
4424
  <property name="title" translatable="yes">Accounts</property>
4425
4425
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
4426
 
  <property name="window_position">GTK_WIN_POS_NONE</property>
 
4426
  <property name="window_position">GTK_WIN_POS_CENTER_ON_PARENT</property>
4427
4427
  <property name="modal">False</property>
4428
4428
  <property name="resizable">True</property>
4429
4429
  <property name="destroy_with_parent">False</property>
4522
4522
                    <widget class="GtkButton" id="button_connect">
4523
4523
                      <property name="visible">True</property>
4524
4524
                      <property name="can_focus">True</property>
4525
 
                      <property name="label">gtk-connect</property>
4526
 
                      <property name="use_stock">True</property>
 
4525
                      <property name="label">Connect</property>
 
4526
                      <property name="use_underline">True</property>
4527
4527
                      <property name="relief">GTK_RELIEF_NORMAL</property>
4528
4528
                      <property name="focus_on_click">True</property>
4529
4529
                    </widget>
4632
4632
                              <property name="spacing">6</property>
4633
4633
 
4634
4634
                              <child>
4635
 
                                <widget class="GtkTable" id="table14">
 
4635
                                <widget class="GtkVBox" id="vbox218">
4636
4636
                                  <property name="visible">True</property>
4637
 
                                  <property name="n_rows">5</property>
4638
 
                                  <property name="n_columns">2</property>
4639
4637
                                  <property name="homogeneous">False</property>
4640
 
                                  <property name="row_spacing">6</property>
4641
 
                                  <property name="column_spacing">6</property>
4642
 
 
4643
 
                                  <child>
4644
 
                                    <widget class="GtkLabel" id="label_type">
4645
 
                                      <property name="visible">True</property>
4646
 
                                      <property name="label" translatable="yes">Jabber</property>
4647
 
                                      <property name="use_underline">False</property>
4648
 
                                      <property name="use_markup">False</property>
4649
 
                                      <property name="justify">GTK_JUSTIFY_LEFT</property>
4650
 
                                      <property name="wrap">False</property>
4651
 
                                      <property name="selectable">False</property>
4652
 
                                      <property name="xalign">0</property>
4653
 
                                      <property name="yalign">0.5</property>
4654
 
                                      <property name="xpad">0</property>
4655
 
                                      <property name="ypad">0</property>
4656
 
                                      <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property>
4657
 
                                      <property name="width_chars">-1</property>
4658
 
                                      <property name="single_line_mode">False</property>
4659
 
                                      <property name="angle">0</property>
4660
 
                                    </widget>
4661
 
                                    <packing>
4662
 
                                      <property name="left_attach">0</property>
4663
 
                                      <property name="right_attach">1</property>
4664
 
                                      <property name="top_attach">0</property>
4665
 
                                      <property name="bottom_attach">1</property>
4666
 
                                      <property name="y_options"></property>
4667
 
                                    </packing>
4668
 
                                  </child>
 
4638
                                  <property name="spacing">6</property>
4669
4639
 
4670
4640
                                  <child>
4671
4641
                                    <widget class="GtkLabel" id="label_name">
4686
4656
                                      <property name="angle">0</property>
4687
4657
                                    </widget>
4688
4658
                                    <packing>
4689
 
                                      <property name="left_attach">0</property>
4690
 
                                      <property name="right_attach">1</property>
4691
 
                                      <property name="top_attach">1</property>
4692
 
                                      <property name="bottom_attach">2</property>
4693
 
                                      <property name="y_options"></property>
4694
 
                                    </packing>
4695
 
                                  </child>
4696
 
 
4697
 
                                  <child>
4698
 
                                    <widget class="GtkCheckButton" id="checkbutton_connect">
4699
 
                                      <property name="visible">True</property>
4700
 
                                      <property name="can_focus">True</property>
4701
 
                                      <property name="label" translatable="yes">Connect on S_tartup</property>
4702
 
                                      <property name="use_underline">True</property>
4703
 
                                      <property name="relief">GTK_RELIEF_NORMAL</property>
4704
 
                                      <property name="focus_on_click">True</property>
4705
 
                                      <property name="active">False</property>
4706
 
                                      <property name="inconsistent">False</property>
4707
 
                                      <property name="draw_indicator">True</property>
4708
 
                                    </widget>
4709
 
                                    <packing>
4710
 
                                      <property name="left_attach">0</property>
4711
 
                                      <property name="right_attach">1</property>
4712
 
                                      <property name="top_attach">3</property>
4713
 
                                      <property name="bottom_attach">4</property>
4714
 
                                      <property name="x_options">fill</property>
4715
 
                                      <property name="y_options"></property>
4716
 
                                    </packing>
4717
 
                                  </child>
4718
 
 
4719
 
                                  <child>
4720
 
                                    <widget class="GtkCheckButton" id="checkbutton_proxy">
4721
 
                                      <property name="visible">True</property>
4722
 
                                      <property name="can_focus">True</property>
4723
 
                                      <property name="label" translatable="yes">Use system pro_xy</property>
4724
 
                                      <property name="use_underline">True</property>
4725
 
                                      <property name="relief">GTK_RELIEF_NORMAL</property>
4726
 
                                      <property name="focus_on_click">True</property>
4727
 
                                      <property name="active">False</property>
4728
 
                                      <property name="inconsistent">False</property>
4729
 
                                      <property name="draw_indicator">True</property>
4730
 
                                    </widget>
4731
 
                                    <packing>
4732
 
                                      <property name="left_attach">0</property>
4733
 
                                      <property name="right_attach">1</property>
4734
 
                                      <property name="top_attach">4</property>
4735
 
                                      <property name="bottom_attach">5</property>
4736
 
                                      <property name="x_options">fill</property>
4737
 
                                      <property name="y_options"></property>
 
4659
                                      <property name="padding">0</property>
 
4660
                                      <property name="expand">False</property>
 
4661
                                      <property name="fill">False</property>
4738
4662
                                    </packing>
4739
4663
                                  </child>
4740
4664
 
4743
4667
                                      <property name="visible">True</property>
4744
4668
                                    </widget>
4745
4669
                                    <packing>
4746
 
                                      <property name="left_attach">0</property>
4747
 
                                      <property name="right_attach">2</property>
4748
 
                                      <property name="top_attach">2</property>
4749
 
                                      <property name="bottom_attach">3</property>
4750
 
                                      <property name="x_options">fill</property>
4751
 
                                      <property name="y_options">fill</property>
 
4670
                                      <property name="padding">0</property>
 
4671
                                      <property name="expand">True</property>
 
4672
                                      <property name="fill">True</property>
4752
4673
                                    </packing>
4753
4674
                                  </child>
4754
4675
 
4755
4676
                                  <child>
4756
 
                                    <widget class="GtkImage" id="image_type">
 
4677
                                    <widget class="GtkVBox" id="vbox219">
4757
4678
                                      <property name="visible">True</property>
4758
 
                                      <property name="stock">gtk-cut</property>
4759
 
                                      <property name="icon_size">6</property>
4760
 
                                      <property name="xalign">0.5</property>
4761
 
                                      <property name="yalign">0</property>
4762
 
                                      <property name="xpad">0</property>
4763
 
                                      <property name="ypad">0</property>
 
4679
                                      <property name="homogeneous">False</property>
 
4680
                                      <property name="spacing">0</property>
 
4681
 
 
4682
                                      <child>
 
4683
                                        <widget class="GtkCheckButton" id="checkbutton_connect">
 
4684
                                          <property name="visible">True</property>
 
4685
                                          <property name="can_focus">True</property>
 
4686
                                          <property name="label" translatable="yes">Connect on S_tartup</property>
 
4687
                                          <property name="use_underline">True</property>
 
4688
                                          <property name="relief">GTK_RELIEF_NORMAL</property>
 
4689
                                          <property name="focus_on_click">True</property>
 
4690
                                          <property name="active">False</property>
 
4691
                                          <property name="inconsistent">False</property>
 
4692
                                          <property name="draw_indicator">True</property>
 
4693
                                        </widget>
 
4694
                                        <packing>
 
4695
                                          <property name="padding">0</property>
 
4696
                                          <property name="expand">False</property>
 
4697
                                          <property name="fill">False</property>
 
4698
                                        </packing>
 
4699
                                      </child>
 
4700
 
 
4701
                                      <child>
 
4702
                                        <widget class="GtkCheckButton" id="checkbutton_proxy">
 
4703
                                          <property name="visible">True</property>
 
4704
                                          <property name="can_focus">True</property>
 
4705
                                          <property name="label" translatable="yes">Use system pro_xy</property>
 
4706
                                          <property name="use_underline">True</property>
 
4707
                                          <property name="relief">GTK_RELIEF_NORMAL</property>
 
4708
                                          <property name="focus_on_click">True</property>
 
4709
                                          <property name="active">False</property>
 
4710
                                          <property name="inconsistent">False</property>
 
4711
                                          <property name="draw_indicator">True</property>
 
4712
                                        </widget>
 
4713
                                        <packing>
 
4714
                                          <property name="padding">0</property>
 
4715
                                          <property name="expand">False</property>
 
4716
                                          <property name="fill">False</property>
 
4717
                                        </packing>
 
4718
                                      </child>
4764
4719
                                    </widget>
4765
4720
                                    <packing>
4766
 
                                      <property name="left_attach">1</property>
4767
 
                                      <property name="right_attach">2</property>
4768
 
                                      <property name="top_attach">0</property>
4769
 
                                      <property name="bottom_attach">2</property>
4770
 
                                      <property name="x_options">fill</property>
4771
 
                                      <property name="y_options">fill</property>
 
4721
                                      <property name="padding">0</property>
 
4722
                                      <property name="expand">False</property>
 
4723
                                      <property name="fill">False</property>
4772
4724
                                    </packing>
4773
4725
                                  </child>
4774
4726
                                </widget>
7691
7643
 
7692
7644
<widget class="GtkDialog" id="add_contact_dialog">
7693
7645
  <property name="border_width">5</property>
7694
 
  <property name="visible">False</property>
7695
7646
  <property name="title" translatable="yes">Add Contact</property>
7696
7647
  <property name="type">GTK_WINDOW_TOPLEVEL</property>
7697
7648
  <property name="window_position">GTK_WIN_POS_NONE</property>