aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-error.c
Commit message (Collapse)AuthorAgeFilesLines
* Clean up compiler warnings in e-util directory (#438467).Matthew Barnes2007-06-031-22/+22
| | | | svn path=/trunk/; revision=33623
* ** 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
* Set new scroll member to false in static declarations. Fixes build breakerFrederic Peters2006-06-021-4/+4
| | | | | | | | | 2006-06-02 Frederic Peters <fpeters@entrouvert.com> * e-error.c: Set new scroll member to false in static declarations. Fixes build breaker #343446. svn path=/trunk/; revision=32066
* Fix for bug #332936Srinivasa Ragavan2006-05-301-3/+24
| | | | svn path=/trunk/; revision=32053
* Removing unnecessary markup in translateable string.Karsten Bräckelmann2006-02-131-1/+4
| | | | svn path=/trunk/; revision=31494
* e-error.c Use gstdio wrappers. Use GDir instead of dirent.Tor Lillqvist2005-12-171-14/+18
| | | | | | | | | | | | | 2005-12-17 Tor Lillqvist <tml@novell.com> * e-error.c * e-fsutils.c: Use gstdio wrappers. Use GDir instead of dirent. * e-error.c * e-folder-map.c: Use e_xml_parse_file() instead of using libxml directly. svn path=/trunk/; revision=30821
* added e-error.[ch], removed e-error-tool, and added e-system.error.xmlNot Zed2005-05-161-0/+628
2005-05-16 Not Zed <NotZed@Ximian.com> * Makefile.am: added e-error.[ch], removed e-error-tool, and added e-system.error.xml svn path=/trunk/; revision=29360