[evolution-patches] Fix for bug#318785 [Mail]
- From: Ranjan Somani <sranjan novell com>
- To: evolution-patches gnome org
- Subject: [evolution-patches] Fix for bug#318785 [Mail]
- Date: Thu, 19 Jan 2006 12:42:30 +0530
Hi
Attached fix for Bug# 318785 – Resizes the Default N Enable Button in
Mail Preferences
http://bugzilla.gnome.org/show_bug.cgi?id=318785
Please Review
Thanks,
Ranjan
Index: mail/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/mail/ChangeLog,v
retrieving revision 1.3777
diff -u -p -r1.3777 ChangeLog
--- mail/ChangeLog 16 Jan 2006 15:59:03 -0000 1.3777
+++ mail/ChangeLog 19 Jan 2006 06:18:53 -0000
@@ -1,3 +1,9 @@
+2006-01-19 Ranjan Somani <sranjan novell com>
+
+ ** Fixes #318785
+
+ * mail-config.glade: Resizing of Default n Enable button
+
2006-01-16 Harish Krishnaswamy <kharish novell com>
* mail-component.c: (impl__get_userCreatableItems):
Index: mail/mail-config.glade
===================================================================
RCS file: /cvs/gnome/evolution/mail/mail-config.glade,v
retrieving revision 1.166
diff -u -p -r1.166 mail-config.glade
--- mail/mail-config.glade 1 Jan 2006 12:21:38 -0000 1.166
+++ mail/mail-config.glade 19 Jan 2006 06:20:25 -0000
@@ -4501,6 +4498,8 @@ For example: "Work" or "P
<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 +4513,8 @@ For example: "Work" or "P
<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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]