aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/ChangeLog16
-rw-r--r--mail/mail-config.glade4
2 files changed, 20 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 5e57eaf742..38894ae699 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,19 @@
+2006-01-19 Ranjan Somani <sranjan@novell.com>
+
+ ** Fixes #318785
+
+ * mail-config.glade: Resizing of Default n Enable button
+
+ committing on behalf of Ranjan -partha
+
+2006-01-19 Parthasarathi Susarla <sparthasarathi@novell.com>
+
+ ** See bug 324327
+
+ * em-composer-utils.c: (em_utils_handle_receipt):
+ account can be null. Not necessary to send receipt when
+ account is not enabled
+
2006-01-16 Harish Krishnaswamy <kharish@novell.com>
* mail-component.c: (impl__get_userCreatableItems):
diff --git a/mail/mail-config.glade b/mail/mail-config.glade
index cc6fa68d27..ca3fc586aa 100644
--- a/mail/mail-config.glade
+++ b/mail/mail-config.glade
@@ -4501,6 +4501,8 @@ For example: &quot;Work&quot; or &quot;Personal&quot;</property>
<child>
<widget class="GtkButton" id="cmdAccountDefault">
+ <property name="width_request">89</property>
+ <property name="height_request">36</property>
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_default">True</property>
@@ -4514,6 +4516,8 @@ For example: &quot;Work&quot; or &quot;Personal&quot;</property>
<child>
<widget class="GtkButton" id="cmdAccountAble">
+ <property name="width_request">89</property>
+ <property name="height_request">36</property>
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_default">True</property>