diff options
author | Federico Mena Quintero <federico@helixcode.com> | 2000-11-22 05:50:42 +0800 |
---|---|---|
committer | Federico Mena Quintero <federico@src.gnome.org> | 2000-11-22 05:50:42 +0800 |
commit | edbacc610dfaeba89d02089c8dc919864dd4401f (patch) | |
tree | f1858d7877cd2b84be58cc9f646da8ff8c0c1317 /calendar/gui/calendar-commands.h | |
parent | 1257b0d78251d35c907932d30c2eb8ae3e2e3eb0 (diff) | |
download | gsoc2013-evolution-edbacc610dfaeba89d02089c8dc919864dd4401f.tar gsoc2013-evolution-edbacc610dfaeba89d02089c8dc919864dd4401f.tar.gz gsoc2013-evolution-edbacc610dfaeba89d02089c8dc919864dd4401f.tar.bz2 gsoc2013-evolution-edbacc610dfaeba89d02089c8dc919864dd4401f.tar.lz gsoc2013-evolution-edbacc610dfaeba89d02089c8dc919864dd4401f.tar.xz gsoc2013-evolution-edbacc610dfaeba89d02089c8dc919864dd4401f.tar.zst gsoc2013-evolution-edbacc610dfaeba89d02089c8dc919864dd4401f.zip |
The icon column is not editable!
2000-11-21 Federico Mena Quintero <federico@helixcode.com>
* gui/calendar-model.c (calendar_model_is_cell_editable): The icon
column is not editable!
* gui/calendar-commands.c (todo_properties_changed): Removed.
(time_format_changed): Removed.
(colors_changed): Removed.
* gui/calendar-commands.h:
* gui/prop.c (prop_apply):
* gui/calendar-commands.c (init_calendar): Removed the old to-do
list crap.
* gui/gncal-todo.[ch]: Removed obsolete files.
* gui/Makefile.am (evolution_calendar_SOURCES): Removed gncal-todo.[ch].
* gui/gnome-cal.c (gnome_calendar_todo_properties_changed): Removed.
(gnome_calendar_time_format_changed): Removed.
(gnome_calendar_colors_changed): Removed.
svn path=/trunk/; revision=6635
Diffstat (limited to 'calendar/gui/calendar-commands.h')
-rw-r--r-- | calendar/gui/calendar-commands.h | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/calendar/gui/calendar-commands.h b/calendar/gui/calendar-commands.h index 19752c9cc8..0c237dad16 100644 --- a/calendar/gui/calendar-commands.h +++ b/calendar/gui/calendar-commands.h @@ -41,19 +41,6 @@ extern char *user_name; extern int am_pm_flag; extern int week_starts_on_monday; -/* todo preferences */ -extern int todo_show_due_date; - -extern int todo_item_dstatus_highlight_overdue; -extern int todo_item_dstatus_highlight_due_today; -extern int todo_item_dstatus_highlight_not_due_yet; - -extern int todo_show_time_remaining; -extern int todo_show_priority; -extern char *todo_overdue_font_text; -extern gint todo_current_sort_column; -extern gint todo_current_sort_type; - /* alarm stuff */ #if 0 extern CalendarAlarm alarm_defaults[4]; @@ -71,27 +58,6 @@ extern const guint MAX_SNOOZE_SECS; /* This tells all the calendars to reload the config settings. */ void update_all_config_settings (void); -/* - * FIXME: These are for the old config code and will be removed eventually. - */ - -/* Creates and runs the preferences dialog box */ -void properties (GtkWidget *toplevel); - -/* Asks for all the time-related displays to be updated when the user changes the time format - * preferences. - */ -void time_format_changed (void); - -/* Asks for all the month items' colors to be reset */ -void colors_changed (void); - -/* Asks for all todo lists to reflect the accurate properties */ -void todo_properties_changed(void); - - - - /* Creates and runs the Go-to date dialog */ void goto_dialog (GnomeCalendar *gcal); |