Commit Graph

14 Commits

Author SHA1 Message Date
905f20b895 include config.h. See #61395.
2004-07-20  Not Zed  <NotZed@Ximian.com>

        * e-error.c: include config.h.  See #61395.

svn path=/trunk/; revision=26696
2004-07-22 03:34:47 +00:00
4110b183b7 Fix alignment of the icon to be 0x0
2004-06-24  Rodney Dawes  <dobey@novell.com>

	* e-error.c (e_error_newv): Fix alignment of the icon to be 0x0

	Fixes #60493

svn path=/trunk/; revision=26503
2004-06-24 21:40:58 +00:00
a791a98b05 Add HIG border width for dialog window.
2004-06-03  William Jon McCann  <mccann@jhu.edu>

	* e-error.c (e_error_newv): Add HIG border width for dialog window.

svn path=/trunk/; revision=26205
2004-06-04 02:10:24 +00:00
18117c5aef Use the constructed title string.
2004-05-28  Anders Carlsson  <andersca@gnome.org>

	* e-error.c (e_error_newv): Use the constructed title string.

svn path=/trunk/; revision=26132
2004-05-31 08:54:39 +00:00
5a17239841 ugh, too drunk to remember to commit this last night
2004-05-21  Not Zed  <NotZed@Ximian.com>

        * e-error.c
        (e_error_default_parent): uh, fix the sense of the
        if-we-dont-have-it test.

svn path=/trunk/; revision=26039
2004-05-22 00:15:05 +00:00
323689b658 set a default error parent fallback. (e_error_newv): if parent is null,
2004-05-21  Not Zed  <NotZed@Ximian.com>

        * e-error.c (e_error_default_parent): set a default error parent
        fallback.
        (e_error_newv): if parent is null, see if we have a default still
        alive, and use that.  warn if not.

svn path=/trunk/; revision=26031
2004-05-21 09:12:15 +00:00
d1551390ff load the <help> tag if present. (ee_response): handle the help response
2004-05-18  Not Zed  <NotZed@Ximian.com>

        * e-error.c (ee_load): load the <help> tag if present.
        (ee_response): handle the help response and swallow the signal.
        (e_error_newv): setup help button if we have a help uri.

svn path=/trunk/; revision=25945
2004-05-18 04:44:13 +00:00
0f8af52d9c added fixme for stock+label case, which doesn't work.
svn path=/trunk/; revision=25875
2004-05-12 03:58:08 +00:00
2e3c52fbef duh, use the right node pointer for title and secondary text.
2004-05-12  Not Zed  <NotZed@Ximian.com>

        * e-error.c (ee_load): duh, use the right node pointer for title
        and secondary text.

svn path=/trunk/; revision=25873
2004-05-12 03:50:33 +00:00
72dbc81f48 make the Because cases the same.
2004-05-12  Not Zed  <NotZed@Ximian.com>

        * e-system-errors.xml: make the Because cases the same.

        * e-system-errors.xml.h: add for translators.

        * e-error.c (ee_load): just use _() to do i18n rather than the
        nasty lang stuff.
        (find_node): no longer needed.

        * Makefile.am (%.xml.h): setup the build rules for the i18n file
        for the errors.

        * e-system-errors.xml.in: Removed, renamed to .xml and removed the
        _ stuff.

svn path=/trunk/; revision=25871
2004-05-12 03:36:37 +00:00
57d8da86be blah, need to do entity decoding. #57918.
2004-05-03  Not Zed  <NotZed@Ximian.com>

        * e-error.c (ee_build_label): blah, need to do entity decoding.
        #57918.

svn path=/trunk/; revision=25741
2004-05-03 05:59:57 +00:00
918dd55777 make the label selectable. (e_error_newv): if we have stock and label set,
2004-04-29  Not Zed  <NotZed@Ximian.com>

        * e-error.c (e_error_newv): make the label selectable.
        (e_error_newv): if we have stock and label set, then use a stock
        button with an override label.

svn path=/trunk/; revision=25677
2004-04-29 03:33:03 +00:00
4e99c39bcf holder for system errors.
2004-04-28  Not Zed  <NotZed@Ximian.com>

        * e-system-errors.xml.in: holder for system errors.

        * test-error.c: helper to show an error message/test it.

        * e-error.[ch]: Api for disk-based, hig-compliant error messages
        and query boxes.

svn path=/trunk/; revision=25650
2004-04-28 06:37:26 +00:00
5de7b60f7a Work in progress, HIG'ing and de-coupling of errors.
svn path=/trunk/; revision=25493
2004-04-16 09:57:07 +00:00