[evolution-patches] Fix for contact-editor dialog.



The Blog URL entry widget is missing from this dialog.  The attached
patch fixes it.  Also see:

	http://bugzilla.ximian.com/show_bug.cgi?id=53095

Toshok tells me Tuomas should approve this since it's a UI change.

Nat

? blog-entry.patch
Index: contact-editor.glade
===================================================================
RCS file: /cvs/gnome/evolution/addressbook/gui/contact-editor/contact-editor.glade,v
retrieving revision 1.45
diff -u -r1.45 contact-editor.glade
--- contact-editor.glade	12 Jan 2004 22:22:05 -0000	1.45
+++ contact-editor.glade	20 Jan 2004 02:56:28 -0000
@@ -1563,6 +1563,24 @@
 		  <property name="y_options"></property>
 		</packing>
 	      </child>
+
+	      <child>
+		<widget class="Custom" id="entry-blog">
+		  <property name="visible">True</property>
+		  <property name="creation_function">e_contact_editor_create_web</property>
+		  <property name="int1">0</property>
+		  <property name="int2">0</property>
+		  <property name="last_modification_time">Sat, 08 Feb 2003 09:14:46 GMT</property>
+		</widget>
+		<packing>
+		  <property name="left_attach">3</property>
+		  <property name="right_attach">4</property>
+		  <property name="top_attach">9</property>
+		  <property name="bottom_attach">10</property>
+		  <property name="x_options">fill</property>
+		  <property name="y_options">fill</property>
+		</packing>
+	      </child>
 	    </widget>
 	    <packing>
 	      <property name="tab_expand">False</property>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]