diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-12-23 11:26:30 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-12-23 11:26:30 +0800 |
commit | bf39da80e51a03ff8f6eb712d18a97d98d67e116 (patch) | |
tree | a74d487f118a10c3b1a3de2c8446ec78363cfa56 /calendar/gui/calendar-commands.c | |
parent | 9b02c881ef67ec81d137f6478d783e2b1f4efbf1 (diff) | |
download | gsoc2013-evolution-bf39da80e51a03ff8f6eb712d18a97d98d67e116.tar gsoc2013-evolution-bf39da80e51a03ff8f6eb712d18a97d98d67e116.tar.gz gsoc2013-evolution-bf39da80e51a03ff8f6eb712d18a97d98d67e116.tar.bz2 gsoc2013-evolution-bf39da80e51a03ff8f6eb712d18a97d98d67e116.tar.lz gsoc2013-evolution-bf39da80e51a03ff8f6eb712d18a97d98d67e116.tar.xz gsoc2013-evolution-bf39da80e51a03ff8f6eb712d18a97d98d67e116.tar.zst gsoc2013-evolution-bf39da80e51a03ff8f6eb712d18a97d98d67e116.zip |
New function to keep the ecal marked properly (create_ecal): move more
2000-12-22 JP Rosevear <jpr@helixcode.com>
* gui/goto.c (ecal_date_range_changed): New function to keep the
ecal marked properly
(create_ecal): move more creation code here, update marks
(goto_dialog_init_widgets): listen for date_range_changed signal
in the ecal
* gui/calendar-commands.c (init_calendar): Remove ancient gnomecal
cruft
* gui/mark.[hc], gui/prop.c: Remove ancient gnomecal code that is
no longer needed, last bit of bug 904
svn path=/trunk/; revision=7133
Diffstat (limited to 'calendar/gui/calendar-commands.c')
-rw-r--r-- | calendar/gui/calendar-commands.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/calendar/gui/calendar-commands.c b/calendar/gui/calendar-commands.c index f538885a3c..94fc3aa57d 100644 --- a/calendar/gui/calendar-commands.c +++ b/calendar/gui/calendar-commands.c @@ -599,19 +599,6 @@ init_calendar (void) day_end = 17; } - /* Read color settings */ - - for (i = 0; i < COLOR_PROP_LAST; i++) { - cspec = build_color_spec (color_props[i].r, color_props[i].g, color_props[i].b); - str = g_strconcat (color_props[i].key, "=", cspec, NULL); - - color = gnome_config_get_string (str); - parse_color_spec (color, &color_props[i].r, &color_props[i].g, &color_props[i].b); - - g_free (str); - g_free (color); - } - /* read alarm settings */ beep_on_display = gnome_config_get_bool ("/calendar/alarms/beep_on_display=FALSE"); enable_aalarm_timeout = gnome_config_get_bool ("/calendar/alarms/enable_audio_timeout=FALSE"); |