evolution r36813 - in branches/gnome-2-24/calendar: . gui
- From: mcrha svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r36813 - in branches/gnome-2-24/calendar: . gui
- Date: Tue, 25 Nov 2008 12:47:45 +0000 (UTC)
Author: mcrha
Date: Tue Nov 25 12:47:45 2008
New Revision: 36813
URL: http://svn.gnome.org/viewvc/evolution?rev=36813&view=rev
Log:
2008-11-25 Milan Crha <mcrha redhat com>
** Fix for bug #560138
* gui/e-calendar-table.c: (query_tooltip_cb):
Let wrap description text in a tooltip.
Modified:
branches/gnome-2-24/calendar/ChangeLog
branches/gnome-2-24/calendar/gui/e-calendar-table.c
Modified: branches/gnome-2-24/calendar/gui/e-calendar-table.c
==============================================================================
--- branches/gnome-2-24/calendar/gui/e-calendar-table.c (original)
+++ branches/gnome-2-24/calendar/gui/e-calendar-table.c Tue Nov 25 12:47:45 2008
@@ -451,6 +451,7 @@
if (tmp2->len) {
l = gtk_label_new (tmp2->str);
+ gtk_label_set_line_wrap (GTK_LABEL (l), TRUE);
gtk_misc_set_alignment (GTK_MISC (l), 0.0, 0.5);
gtk_box_pack_start (GTK_BOX (box), l, FALSE, FALSE, 0);
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]