diff options
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 07dfc662a1..f1fffca864 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,5 +1,12 @@ 2003-12-17 Rodrigo Moya <rodrigo@ximian.com> + * gui/tasks-component.c (add_popup_menu_item): + * gui/calendar-component.c (add_popup_menu_item): use g_file_test + to check if the 'pixmap' argument is a file. If so, get the pixmap + from it, or gtk_image_new_from_stock will return an empty pixmap. + +2003-12-17 Rodrigo Moya <rodrigo@ximian.com> + * gui/gnome-cal.c (client_cal_opened_cb): set a correct status message. |