Re: [evolution-patches] 74291 Description for Itip Meetings
- From: JP Rosevear <jpr novell com>
- To: asdf <evolution-patches lists ximian com>
- Subject: Re: [evolution-patches] 74291 Description for Itip Meetings
- Date: Thu, 07 Apr 2005 11:30:10 -0400
On Thu, 2005-04-07 at 09:14 -0400, JP Rosevear wrote:
> Changelog says it all.
And the patch itself...
-JP
--
JP Rosevear <jpr novell com>
Novell, Inc.
? 73844.patch
? 74291.patch
? evolution-backup.tar.gz
? fb.patch
? recur-string.patch
? task-itip.patch
? temp.patch
? temp2.patch
Index: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/plugins/itip-formatter/ChangeLog,v
retrieving revision 1.39.2.2
diff -u -r1.39.2.2 ChangeLog
--- ChangeLog 31 Mar 2005 18:03:29 -0000 1.39.2.2
+++ ChangeLog 7 Apr 2005 13:14:00 -0000
@@ -1,3 +1,10 @@
+2005-04-07 JP Rosevear <jpr novell com>
+
+ Fixes #74291
+
+ * itip-view.c (itip_view_init): remove comment to re-enable
+ description display
+
2005-03-31 JP Rosevear <jpr novell com>
Fixes #73844
Index: itip-view.c
===================================================================
RCS file: /cvs/gnome/evolution/plugins/itip-formatter/itip-view.c,v
retrieving revision 1.12
diff -u -r1.12 itip-view.c
--- itip-view.c 3 Feb 2005 16:53:35 -0000 1.12
+++ itip-view.c 7 Apr 2005 13:14:00 -0000
@@ -905,7 +905,7 @@
priv->description_label = gtk_label_new (NULL);
gtk_label_set_line_wrap (GTK_LABEL (priv->description_label), TRUE);
gtk_misc_set_alignment (GTK_MISC (priv->description_label), 0, 0.5);
-// gtk_box_pack_start (GTK_BOX (vbox), priv->description_label, FALSE, FALSE, 0);
+ gtk_box_pack_start (GTK_BOX (vbox), priv->description_label, FALSE, FALSE, 0);
separator = gtk_hseparator_new ();
gtk_widget_show (separator);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]