diff options
author | Not Zed <NotZed@Ximian.com> | 2005-08-24 11:05:59 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-08-24 11:05:59 +0800 |
commit | 6c7d2845a47bed10293552f2082b239945ffcaea (patch) | |
tree | 55ae8a20c9d51472face17b7d90fe2b5a3269288 /e-util/ChangeLog | |
parent | 8c8922a3083671463819815e2d882871566b4dcf (diff) | |
download | gsoc2013-evolution-6c7d2845a47bed10293552f2082b239945ffcaea.tar.gz gsoc2013-evolution-6c7d2845a47bed10293552f2082b239945ffcaea.tar.zst gsoc2013-evolution-6c7d2845a47bed10293552f2082b239945ffcaea.zip |
cast warning, good ol win32 patches. (e_strftime): fix some clahey-code to
2005-08-23 Not Zed <NotZed@Ximian.com>
* e-util.c (e_mkdir_hier): cast warning, good ol win32 patches.
(e_strftime): fix some clahey-code to use the right variable and
not try to modify const strings by stealth.
* eggtrayicon.h: add missing prototype.
* e-gui-utils.c (e_create_image_widget): remove unused pixbuf.
* e-dialog-utils.c (dialog_realized): fix cast.
(e_dialog_set_transient_for_xid): same.
(e_file_dialog_save): fix cases for build.
* e-categories-config.c
(e_categories_config_open_dialog_for_entry): cast & use right type
for text.
(icons_table[]): remove unused.
* e-account-list.c (e_account_list_remove_account_proxies): cast
to fix warning.
svn path=/trunk/; revision=30215
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 4b8f6452fc..a08591e041 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,25 @@ +2005-08-23 Not Zed <NotZed@Ximian.com> + + * e-util.c (e_mkdir_hier): cast warning, good ol win32 patches. + (e_strftime): fix some clahey-code to use the right variable and + not try to modify const strings by stealth. + + * eggtrayicon.h: add missing prototype. + + * e-gui-utils.c (e_create_image_widget): remove unused pixbuf. + + * e-dialog-utils.c (dialog_realized): fix cast. + (e_dialog_set_transient_for_xid): same. + (e_file_dialog_save): fix cases for build. + + * e-categories-config.c + (e_categories_config_open_dialog_for_entry): cast & use right type + for text. + (icons_table[]): remove unused. + + * e-account-list.c (e_account_list_remove_account_proxies): cast + to fix warning. + 2005-08-18 David Malcolm <dmalcolm@redhat.com> * e-plugin.c (ep_set_enabled): Fix compiler warning on early bailout |