diff options
author | Larry Ewing <lewing@ximian.com> | 2003-05-21 02:33:33 +0800 |
---|---|---|
committer | Larry Ewing <lewing@src.gnome.org> | 2003-05-21 02:33:33 +0800 |
commit | 8d75f1b9bc33edd7dab1f6299b415d5717ba76c6 (patch) | |
tree | 245b818859054d28e93b1e21c5d732f55ce37def /mail/mail-config.glade | |
parent | 81237cc33be1e7f4dc3016c2cb4b37c3a594a1d2 (diff) | |
download | gsoc2013-evolution-8d75f1b9bc33edd7dab1f6299b415d5717ba76c6.tar.gz gsoc2013-evolution-8d75f1b9bc33edd7dab1f6299b415d5717ba76c6.tar.zst gsoc2013-evolution-8d75f1b9bc33edd7dab1f6299b415d5717ba76c6.zip |
remove references to gtkhtml property manager. Connect to missing
2003-05-20 Larry Ewing <lewing@ximian.com>
* mail-composer-prefs.c: remove references to gtkhtml property
manager. Connect to missing settings.
* mail-preferences.c: remove references to gtkhtml property
manager. Connect to missing settings.
* mail-config.glade: remove keybinding setting.
* mail-display.c (mail_display_destroy): remove notification.
(display_notify): set animate and redisplay. We have to redisplay
because the citation color may have changed.
* evolution-mail.schemas: add composer and display gconf entries.
svn path=/trunk/; revision=21288
Diffstat (limited to 'mail/mail-config.glade')
-rw-r--r-- | mail/mail-config.glade | 78 |
1 files changed, 0 insertions, 78 deletions
diff --git a/mail/mail-config.glade b/mail/mail-config.glade index 06499178f8..384c817a11 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -4302,84 +4302,6 @@ For example: "Work" or "Personal"</property> <property name="spacing">3</property> <child> - <widget class="GtkHBox" id="hboxShortcutsType"> - <property name="visible">True</property> - <property name="homogeneous">False</property> - <property name="spacing">6</property> - - <child> - <widget class="GtkLabel" id="lblShortcutsType"> - <property name="visible">True</property> - <property name="label" translatable="yes">Shortcuts _type:</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">0.5</property> - <property name="yalign">0.5</property> - <property name="xpad">0</property> - <property name="ypad">0</property> - <property name="mnemonic_widget">omenuShortcutsType</property> - </widget> - <packing> - <property name="padding">0</property> - <property name="expand">False</property> - <property name="fill">False</property> - </packing> - </child> - - <child> - <widget class="GtkOptionMenu" id="omenuShortcutsType"> - <property name="visible">True</property> - <property name="can_focus">True</property> - <property name="history">0</property> - - <child internal-child="menu"> - <widget class="GtkMenu" id="convertwidget29"> - <property name="visible">True</property> - - <child> - <widget class="GtkMenuItem" id="convertwidget30"> - <property name="visible">True</property> - <property name="label" translatable="yes">Emacs</property> - <property name="use_underline">True</property> - </widget> - </child> - - <child> - <widget class="GtkMenuItem" id="convertwidget31"> - <property name="visible">True</property> - <property name="label" translatable="yes">XEmacs</property> - <property name="use_underline">True</property> - </widget> - </child> - - <child> - <widget class="GtkMenuItem" id="convertwidget32"> - <property name="visible">True</property> - <property name="label" translatable="yes">Microsoft</property> - <property name="use_underline">True</property> - </widget> - </child> - </widget> - </child> - </widget> - <packing> - <property name="padding">0</property> - <property name="expand">False</property> - <property name="fill">False</property> - </packing> - </child> - </widget> - <packing> - <property name="padding">0</property> - <property name="expand">False</property> - <property name="fill">False</property> - </packing> - </child> - - <child> <widget class="GtkFrame" id="frameBehavior"> <property name="visible">True</property> <property name="label_xalign">0</property> |