diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2001-07-03 03:44:16 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2001-07-03 03:44:16 +0800 |
commit | 309177c38a868abb86f3158264ea2053748a5809 (patch) | |
tree | dbf0ae0c903d5dced4d216fc16b2da141f8569c9 /calendar/gui/calendar-config.h | |
parent | 44bdae41f77f732f1e0347f32872ecde23984974 (diff) | |
download | gsoc2013-evolution-309177c38a868abb86f3158264ea2053748a5809.tar.gz gsoc2013-evolution-309177c38a868abb86f3158264ea2053748a5809.tar.zst gsoc2013-evolution-309177c38a868abb86f3158264ea2053748a5809.zip |
use the new self-contained e_categories_config_open_dialog_for_entry()
2001-07-02 Rodrigo Moya <rodrigo@ximian.com>
* gui/dialogs/task-page.c (categories_clicked_cb):
* gui/dialogs/event-page.c (categories_clicked_cb): use the new
self-contained e_categories_config_open_dialog_for_entry() function
* gui/e-week-view-event-item.c (e_week_view_item_draw_icons):
* gui/e-day-view-top-item.c (e_day_view_reshape_long_event):
(e_day_view_reshape_day_event): ditto
* gui/e-day-view-main-item.c (e_day_view_main_item_draw_day_event):
use e_categories_config_get_icon_for() to retrieve the icon
associated with each category
svn path=/trunk/; revision=10699
Diffstat (limited to 'calendar/gui/calendar-config.h')
-rw-r--r-- | calendar/gui/calendar-config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/calendar/gui/calendar-config.h b/calendar/gui/calendar-config.h index a1a55a7267..2979d07d91 100644 --- a/calendar/gui/calendar-config.h +++ b/calendar/gui/calendar-config.h @@ -142,5 +142,4 @@ void calendar_config_set_tasks_due_today_color (const char *color); const char *calendar_config_get_tasks_overdue_color (void); void calendar_config_set_tasks_overdue_color (const char *color); - #endif /* _CALENDAR_CONFIG_H_ */ |