diff options
author | Not Zed <NotZed@Ximian.com> | 2005-01-20 15:30:01 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-01-20 15:30:01 +0800 |
commit | 970299b13e5c8c19d4795e8f1ff3741d64861dc3 (patch) | |
tree | 4a6f5acad6a057719a7fa5ab2c3dd1c2e94a4f6c /widgets/misc/ChangeLog | |
parent | 81bdfc74e8c4568656c5d8241a27b2dc78ad4bef (diff) | |
download | gsoc2013-evolution-970299b13e5c8c19d4795e8f1ff3741d64861dc3.tar.gz gsoc2013-evolution-970299b13e5c8c19d4795e8f1ff3741d64861dc3.tar.zst gsoc2013-evolution-970299b13e5c8c19d4795e8f1ff3741d64861dc3.zip |
** See bug #64964.
2005-01-20 Not Zed <NotZed@Ximian.com>
** See bug #64964.
* e-error.c (e_error_newv): just use add_button, not
add_action_widget, for stock+label widgets, since they both show
the same, and for some reason set_default_response doesn't work
otherwise.
svn path=/trunk/; revision=28460
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index fcf49b7ebf..c1b9e37905 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,12 @@ +2005-01-20 Not Zed <NotZed@Ximian.com> + + ** See bug #64964. + + * e-error.c (e_error_newv): just use add_button, not + add_action_widget, for stock+label widgets, since they both show + the same, and for some reason set_default_response doesn't work + otherwise. + 2005-01-20 Harry Lu <harry.lu@sun.com> * e-search-bar.c: (activate_by_subitems): add a translater note. |