evolution r35743 - in trunk/calendar: . gui
- From: msuman svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r35743 - in trunk/calendar: . gui
- Date: Sun, 13 Jul 2008 13:03:25 +0000 (UTC)
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]