[evolution-patches] patch for Bug ID # 274402
- From: Manoj <manojtemkar yahoo co in>
- To: evolution-patches lists ximian com, pchenthill novell com, kharish novell com, pjessica novell com, evolution gnomebangalore org
- Subject: [evolution-patches] patch for Bug ID # 274402
- Date: Mon, 18 Apr 2005 12:58:31 +0100 (BST)
hello,
Im sending a patch for bug id # 274402, for a calender
component of evolution 2.2.1.
plzz verify the patch and confirm it to me.
Manoj
________________________________________________________________________
Yahoo! India Matrimony: Find your life partner online
Go to: http://yahoo.shaadi.com/india-matrimony
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2680.2.14
diff -u -p -r1.2680.2.14 ChangeLog
--- ChangeLog 28 Mar 2005 11:28:53 -0000 1.2680.2.14
+++ ChangeLog 18 Apr 2005 11:52:31 -0000
@@ -1,3 +1,10 @@
+2005-04-18 Manoj T V <manojtemkar yahoo co in>
+
+ Fixes #274402
+
+ * event-page.glade(New Appointments): Changed can_focus= "False" for summary,
+ location and Categories GTKEntry.
+
2005-03-28 Rodrigo Moya <rodrigo novell com>
Fixes #44719
Index: gui/dialogs/event-page.glade
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/dialogs/event-page.glade,v
retrieving revision 1.28
diff -u -p -r1.28 event-page.glade
--- gui/dialogs/event-page.glade 10 Jan 2005 13:36:50 -0000 1.28
+++ gui/dialogs/event-page.glade 18 Apr 2005 11:52:46 -0000
@@ -108,9 +108,9 @@
<child>
<widget class="GtkEntry" id="summary">
<property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="editable">True</property>
- <property name="visibility">True</property>
+ <property name="can_focus">False</property>
+ <property name="editable">False</property>
+ <property name="visibility">False</property>
<property name="max_length">0</property>
<property name="text" translatable="yes"></property>
<property name="has_frame">True</property>
@@ -154,7 +154,7 @@
<child>
<widget class="GtkEntry" id="location">
<property name="visible">True</property>
- <property name="can_focus">True</property>
+ <property name="can_focus">False</property>
<property name="editable">True</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
@@ -355,7 +355,7 @@
<child>
<widget class="GtkEntry" id="categories">
<property name="visible">True</property>
- <property name="can_focus">True</property>
+ <property name="can_focus">False</property>
<property name="editable">True</property>
<property name="visibility">True</property>
<property name="max_length">0</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]