diff options
author | Not Zed <NotZed@Ximian.com> | 2004-05-22 08:15:05 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-05-22 08:15:05 +0800 |
commit | 5a17239841168aee903d25471960b1ade1907849 (patch) | |
tree | fbf05ddbab9ad821e129e4cbc02be52bc1868c5b /widgets/misc/ChangeLog | |
parent | 4a24673d08e1e21c928afc61ff532a1e2d03a63b (diff) | |
download | gsoc2013-evolution-5a17239841168aee903d25471960b1ade1907849.tar.gz gsoc2013-evolution-5a17239841168aee903d25471960b1ade1907849.tar.zst gsoc2013-evolution-5a17239841168aee903d25471960b1ade1907849.zip |
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
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index 5eee093db6..8c3ece65a4 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -4,6 +4,8 @@ fallback. (e_error_newv): if parent is null, see if we have a default still alive, and use that. warn if not. + (e_error_default_parent): uh, fix the sense of the + if-we-dont-have-it test. 2004-05-20 JP Rosevear <jpr@novell.com> |