[evolution] Forward/Reply styles in Preferences opened empty
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution] Forward/Reply styles in Preferences opened empty
- Date: Mon, 27 Jan 2014 18:21:19 +0000 (UTC)
commit f30598b6146b2b6922b00052872a8c55f152ca66
Author: Milan Crha <mcrha redhat com>
Date: Mon Jan 27 19:19:39 2014 +0100
Forward/Reply styles in Preferences opened empty
This is a regression after commit b5023d3, an edit of the mail-config.ui
file accidentally dropped ID-s for a GtkComboBoxText items, thus
the g_settings_bind() could not match any item in the combo box.
mail/mail-config.ui | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/mail/mail-config.ui b/mail/mail-config.ui
index 97c836d..0611b90 100644
--- a/mail/mail-config.ui
+++ b/mail/mail-config.ui
@@ -483,10 +483,10 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<items>
- <item translatable="yes" context="ReplyForward">Attachment</item>
- <item translatable="yes" context="ReplyForward">Inline (Outlook style)</item>
- <item translatable="yes" context="ReplyForward">Quoted</item>
- <item translatable="yes" context="ReplyForward">Do Not Quote</item>
+ <item translatable="yes" context="ReplyForward" id="attach">Attachment</item>
+ <item translatable="yes" context="ReplyForward" id="outlook">Inline (Outlook
style)</item>
+ <item translatable="yes" context="ReplyForward" id="quoted">Quoted</item>
+ <item translatable="yes" context="ReplyForward" id="do-not-quote">Do Not
Quote</item>
</items>
</object>
</child>
@@ -507,9 +507,9 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<items>
- <item translatable="yes" context="ReplyForward">Attachment</item>
- <item translatable="yes" context="ReplyForward">Inline</item>
- <item translatable="yes" context="ReplyForward">Quoted</item>
+ <item translatable="yes" context="ReplyForward" id="attached">Attachment</item>
+ <item translatable="yes" context="ReplyForward" id="inline">Inline</item>
+ <item translatable="yes" context="ReplyForward" id="quoted">Quoted</item>
</items>
</object>
</child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]