evolution r35743 - in trunk/calendar: . gui



Author: msuman
Date: Sun Jul 13 13:03:25 2008
New Revision: 35743
URL: http://svn.gnome.org/viewvc/evolution?rev=35743&view=rev

Log:
Patch from Paul Bolle  <pebolle tiscali nl>: Fix for bug #542101 (Escape PlaceOfTheMeeting in the Location: line of the tooltip.)

Modified:
   trunk/calendar/ChangeLog
   trunk/calendar/gui/e-calendar-view.c

Modified: trunk/calendar/gui/e-calendar-view.c
==============================================================================
--- trunk/calendar/gui/e-calendar-view.c	(original)
+++ trunk/calendar/gui/e-calendar-view.c	Sun Jul 13 13:03:25 2008
@@ -2244,7 +2244,7 @@
 
 	if (str) {
 		/* To Translators: It will display "Location: PlaceOfTheMeeting" */
-		tmp = g_strdup_printf (_("Location: %s"), str);
+		tmp = g_markup_printf_escaped (_("Location: %s"), str);
 		label = gtk_label_new (NULL);
 		gtk_label_set_markup ((GtkLabel *)label, tmp);
 		hbox = gtk_hbox_new (FALSE, 0);



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