diff options
author | Ranjan Somani <sranjan@novell.com> | 2006-01-20 01:55:28 +0800 |
---|---|---|
committer | Parthasarathi Susarla <saps@src.gnome.org> | 2006-01-20 01:55:28 +0800 |
commit | 4528392525b065d0854b3417ad17b7a6c3a78d52 (patch) | |
tree | 121b4787655a348c74070191113ac31b6e5b47f6 | |
parent | 1ea5cf6048003bcef03eea5d4daa21ce9c9e2131 (diff) | |
download | gsoc2013-evolution-4528392525b065d0854b3417ad17b7a6c3a78d52.tar.gz gsoc2013-evolution-4528392525b065d0854b3417ad17b7a6c3a78d52.tar.zst gsoc2013-evolution-4528392525b065d0854b3417ad17b7a6c3a78d52.zip |
** Fixes #318785
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
svn path=/trunk/; revision=31243
-rw-r--r-- | mail/ChangeLog | 16 | ||||
-rw-r--r-- | mail/mail-config.glade | 4 |
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: "Work" or "Personal"</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: "Work" or "Personal"</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> |