aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/import-ics-attachments/icsimporter.c
Commit message (Collapse)AuthorAgeFilesLines
* ** Fixes bug #419524Matthew Barnes2007-03-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | 2007-03-20 Matthew Barnes <mbarnes@redhat.com> ** Fixes bug #419524 * Include <glib/gi18n.h> instead of <libgnome/gnome-i18n.h>. * e-util/e-xml-utils.c (e_xml_get_child_by_name_by_lang_list): * mail/em-migrate.c (emm_setup_initial): * shell/e-component-registry.c (query_components): * shell/e-shell-settings-dialog.c (load_pages): * shell/e-shell-window-commands.c (command_quick_reference): * tools/killev.c (main): Use g_get_language_names() instead of gnome_i18n_get_language_list(). * e-util/e-util.c: Remove e_gettext(). * e-util/Makefile.am: Remove e-i18n.h. svn path=/trunk/; revision=33319
* ** Fix bug #348679Parthasarathi Susarla2006-11-291-10/+15
| | | | | | | | | | | | 2006-11-28 Parthasarathi Susarla <ajaysusarla@gmail.com> ** Fix bug #348679 * icsimporter.c: (org_gnome_evolution_import_ics_attachment): Do not access structure elements directly. Use the methods of the class in the CamelDataWrapper Class svn path=/trunk/; revision=33030
* ** Fix for bug #347248Srinivasa Ragavan2006-08-231-2/+2
| | | | svn path=/trunk/; revision=32647
* fixes a crash.Chenthill Palanisamy2006-02-211-2/+3
| | | | svn path=/trunk/; revision=31556
* Make this place a bit more quietKjartan Maraas2006-01-281-9/+9
| | | | svn path=/trunk/; revision=31328
* Fix twenty odd compiler warnings and style oddness.Harish Krishnaswamy2006-01-221-15/+16
| | | | | | | | | | 2006-01-22 Harish Krishnaswamy <kharish@novell.com> * icsimporter.c (get_menu_type), (dialog_response_cb), (dialog_close_cb), (get_icalcomponent_from_file): Fix twenty odd compiler warnings and style oddness. svn path=/trunk/; revision=31262
* Initial commits. Plugin written and submitted by Johnny JacobHarish Krishnaswamy2006-01-171-0/+441
2006-01-17 Harish Krishnaswamy <kharish@novell.com> * import-ics-attachments : Initial commits. Plugin written and submitted by Johnny Jacob <johnnyjacob@gmail.com> svn path=/trunk/; revision=31223