diff options
author | Christian Persch <chpe@src.gnome.org> | 2009-01-26 05:03:32 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2009-01-26 05:03:32 +0800 |
commit | b1d5c36aa58f4b37387beb5bd2058e7dc8f04808 (patch) | |
tree | cf3cbbf7cb783bedd8240cc477435cce97df5bc1 /data/glade/prefs-dialog.glade | |
parent | 49db23e9c72747f8cf9d3a2859a19d14298755d5 (diff) | |
download | gsoc2013-epiphany-b1d5c36aa58f4b37387beb5bd2058e7dc8f04808.tar gsoc2013-epiphany-b1d5c36aa58f4b37387beb5bd2058e7dc8f04808.tar.gz gsoc2013-epiphany-b1d5c36aa58f4b37387beb5bd2058e7dc8f04808.tar.bz2 gsoc2013-epiphany-b1d5c36aa58f4b37387beb5bd2058e7dc8f04808.tar.lz gsoc2013-epiphany-b1d5c36aa58f4b37387beb5bd2058e7dc8f04808.tar.xz gsoc2013-epiphany-b1d5c36aa58f4b37387beb5bd2058e7dc8f04808.tar.zst gsoc2013-epiphany-b1d5c36aa58f4b37387beb5bd2058e7dc8f04808.zip |
Remove unused fonts languages and autodetectors stuff. Bug #558407.
svn path=/trunk/; revision=8731
Diffstat (limited to 'data/glade/prefs-dialog.glade')
-rw-r--r-- | data/glade/prefs-dialog.glade | 46 |
1 files changed, 1 insertions, 45 deletions
diff --git a/data/glade/prefs-dialog.glade b/data/glade/prefs-dialog.glade index 1b9fce8a7..95890b4eb 100644 --- a/data/glade/prefs-dialog.glade +++ b/data/glade/prefs-dialog.glade @@ -1324,7 +1324,7 @@ <child> <widget class="GtkTable" id="table72"> <property name="visible">True</property> - <property name="n_rows">2</property> + <property name="n_rows">1</property> <property name="n_columns">2</property> <property name="homogeneous">False</property> <property name="row_spacing">6</property> @@ -1360,35 +1360,6 @@ </child> <child> - <widget class="GtkLabel" id="auto_encoding_label"> - <property name="visible">True</property> - <property name="label" translatable="yes">Au_todetect:</property> - <property name="use_underline">True</property> - <property name="use_markup">False</property> - <property name="justify">GTK_JUSTIFY_CENTER</property> - <property name="wrap">False</property> - <property name="selectable">False</property> - <property name="xalign">1</property> - <property name="yalign">0.5</property> - <property name="xpad">0</property> - <property name="ypad">0</property> - <property name="mnemonic_widget">auto_encoding_combo</property> - <property name="ellipsize">PANGO_ELLIPSIZE_NONE</property> - <property name="width_chars">-1</property> - <property name="single_line_mode">False</property> - <property name="angle">0</property> - </widget> - <packing> - <property name="left_attach">0</property> - <property name="right_attach">1</property> - <property name="top_attach">1</property> - <property name="bottom_attach">2</property> - <property name="x_options">fill</property> - <property name="y_options"></property> - </packing> - </child> - - <child> <widget class="GtkComboBox" id="default_encoding_combo"> <property name="visible">True</property> <property name="add_tearoffs">False</property> @@ -1402,21 +1373,6 @@ <property name="y_options">fill</property> </packing> </child> - - <child> - <widget class="GtkComboBox" id="auto_encoding_combo"> - <property name="visible">True</property> - <property name="add_tearoffs">False</property> - <property name="focus_on_click">True</property> - </widget> - <packing> - <property name="left_attach">1</property> - <property name="right_attach">2</property> - <property name="top_attach">1</property> - <property name="bottom_attach">2</property> - <property name="y_options">fill</property> - </packing> - </child> </widget> </child> </widget> |