aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-config.glade
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2007-03-29 22:13:28 +0800
committerMatthew Barnes <mbarnes@src.gnome.org>2007-03-29 22:13:28 +0800
commitb12d14e70117e2287cf3b11137c1f2636c09f4d9 (patch)
tree24bd819d294134b7ce7e8fa0c1ce3fcdf9a3c242 /mail/mail-config.glade
parentd6d482da86493010499d7aa31165d5296a1ed924 (diff)
downloadgsoc2013-evolution-b12d14e70117e2287cf3b11137c1f2636c09f4d9.tar
gsoc2013-evolution-b12d14e70117e2287cf3b11137c1f2636c09f4d9.tar.gz
gsoc2013-evolution-b12d14e70117e2287cf3b11137c1f2636c09f4d9.tar.bz2
gsoc2013-evolution-b12d14e70117e2287cf3b11137c1f2636c09f4d9.tar.lz
gsoc2013-evolution-b12d14e70117e2287cf3b11137c1f2636c09f4d9.tar.xz
gsoc2013-evolution-b12d14e70117e2287cf3b11137c1f2636c09f4d9.tar.zst
gsoc2013-evolution-b12d14e70117e2287cf3b11137c1f2636c09f4d9.zip
Migrate from GnomeFontPicker to GtkFontButton (#373837).
2007-03-27 Matthew Barnes <mbarnes@redhat.com> * em-mailer-prefs.c: * em-mailer-prefs.h: * mail-config.glade: Migrate from GnomeFontPicker to GtkFontButton (#373837). svn path=/trunk/; revision=33337
Diffstat (limited to 'mail/mail-config.glade')
-rw-r--r--mail/mail-config.glade32
1 files changed, 16 insertions, 16 deletions
diff --git a/mail/mail-config.glade b/mail/mail-config.glade
index 637c6b2a30..9a14bd8881 100644
--- a/mail/mail-config.glade
+++ b/mail/mail-config.glade
@@ -4700,14 +4700,14 @@ For example: &quot;Work&quot; or &quot;Personal&quot;</property>
</child>
<child>
- <widget class="GnomeFontPicker" id="FontFixed">
+ <widget class="GtkFontButton" id="FontFixed">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="title" translatable="yes">Select HTML fixed width font</property>
- <property name="mode">GNOME_FONT_PICKER_MODE_FONT_INFO</property>
+ <property name="show_style">True</property>
<property name="show_size">True</property>
- <property name="use_font_in_label">False</property>
- <property name="label_font_size">14</property>
+ <property name="use_font">False</property>
+ <property name="use_size">False</property>
<property name="focus_on_click">True</property>
<signal name="font_set" handler="changed"/>
</widget>
@@ -4722,14 +4722,14 @@ For example: &quot;Work&quot; or &quot;Personal&quot;</property>
</child>
<child>
- <widget class="GnomeFontPicker" id="FontVariable">
+ <widget class="GtkFontButton" id="FontVariable">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="title" translatable="yes">Select HTML variable width font</property>
- <property name="mode">GNOME_FONT_PICKER_MODE_FONT_INFO</property>
+ <property name="show_style">True</property>
<property name="show_size">True</property>
- <property name="use_font_in_label">False</property>
- <property name="label_font_size">14</property>
+ <property name="use_font">False</property>
+ <property name="use_size">False</property>
<property name="focus_on_click">True</property>
<signal name="font_set" handler="changed"/>
</widget>
@@ -8560,14 +8560,14 @@ For example: &quot;Work&quot; or &quot;Personal&quot;</property>
</child>
<child>
- <widget class="GnomeFontPicker" id="print_fixed">
+ <widget class="GtkFontButton" id="print_fixed">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="title" translatable="yes">Select HTML fixed width font for printing</property>
- <property name="mode">GNOME_FONT_PICKER_MODE_FONT_INFO</property>
+ <property name="show_style">True</property>
<property name="show_size">True</property>
- <property name="use_font_in_label">False</property>
- <property name="label_font_size">14</property>
+ <property name="use_font">False</property>
+ <property name="use_size">False</property>
<property name="focus_on_click">True</property>
<signal name="font_set" handler="changed"/>
</widget>
@@ -8582,14 +8582,14 @@ For example: &quot;Work&quot; or &quot;Personal&quot;</property>
</child>
<child>
- <widget class="GnomeFontPicker" id="print_variable">
+ <widget class="GtkFontButton" id="print_variable">
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="title" translatable="yes">Select HTML variable width font for printing</property>
- <property name="mode">GNOME_FONT_PICKER_MODE_FONT_INFO</property>
+ <property name="show_style">True</property>
<property name="show_size">True</property>
- <property name="use_font_in_label">False</property>
- <property name="label_font_size">14</property>
+ <property name="use_font">False</property>
+ <property name="use_size">False</property>
<property name="focus_on_click">True</property>
<signal name="font_set" handler="changed"/>
</widget>