[evolution-patches] calendar: busy should be opaque, not transparent



Hi

"Show time as busy" in the appointment editor should make the
appointment opaque, not transparent.

Regards,

Jürg

-- 
Jürg Billeter <j bitron ch>
Index: calendar/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/calendar/ChangeLog,v
retrieving revision 1.2440
diff -u -r1.2440 ChangeLog
--- calendar/ChangeLog	9 Jul 2004 17:31:22 -0000	1.2440
+++ calendar/ChangeLog	11 Jul 2004 21:00:57 -0000
@@ -1,3 +1,8 @@
+2004-07-11  Jürg Billeter <j bitron ch>
+
+	* gui/dialogs/event-page.c (event_page_fill_component):
+	busy should be opaque, not transparent
+
 2004-07-09  Rodrigo Moya <rodrigo novell com>
 
 	Revert my patches from July 5th and 6th.
Index: calendar/gui/dialogs/event-page.c
===================================================================
RCS file: /cvs/gnome/evolution/calendar/gui/dialogs/event-page.c,v
retrieving revision 1.71
diff -u -r1.71 event-page.c
--- calendar/gui/dialogs/event-page.c	25 Jun 2004 15:23:30 -0000	1.71
+++ calendar/gui/dialogs/event-page.c	11 Jul 2004 21:00:58 -0000
@@ -926,7 +926,7 @@
 
 	/* Show Time As (Transparency) */
 	busy = e_dialog_toggle_get (priv->show_time_as_busy);
-	e_cal_component_set_transparency (comp, busy ? E_CAL_COMPONENT_TRANSP_TRANSPARENT : E_CAL_COMPONENT_TRANSP_OPAQUE);
+	e_cal_component_set_transparency (comp, busy ? E_CAL_COMPONENT_TRANSP_OPAQUE : E_CAL_COMPONENT_TRANSP_TRANSPARENT);
 
 	/* Alarm */
 	e_cal_component_remove_all_alarms (comp);


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