diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-03-29 22:13:28 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-03-29 22:13:28 +0800 |
commit | b12d14e70117e2287cf3b11137c1f2636c09f4d9 (patch) | |
tree | 24bd819d294134b7ce7e8fa0c1ce3fcdf9a3c242 /mail/mail-config.glade | |
parent | d6d482da86493010499d7aa31165d5296a1ed924 (diff) | |
download | gsoc2013-evolution-b12d14e70117e2287cf3b11137c1f2636c09f4d9.tar.gz 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.glade | 32 |
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: "Work" or "Personal"</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: "Work" or "Personal"</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: "Work" or "Personal"</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: "Work" or "Personal"</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> |