diff options
author | Chyla Zbigniew <chyla@src.gnome.org> | 2001-09-05 05:22:11 +0800 |
---|---|---|
committer | Chyla Zbigniew <chyla@src.gnome.org> | 2001-09-05 05:22:11 +0800 |
commit | b76d2415d6d7e2f9cbc2880ee4948b37fa469255 (patch) | |
tree | 977b6e20ad6dc5af19260096c1b1fa17b96de9d6 /widgets/ChangeLog | |
parent | 012f7f454a31d5430eae0d4372b49f537ec65beb (diff) | |
download | gsoc2013-evolution-b76d2415d6d7e2f9cbc2880ee4948b37fa469255.tar.gz gsoc2013-evolution-b76d2415d6d7e2f9cbc2880ee4948b37fa469255.tar.zst gsoc2013-evolution-b76d2415d6d7e2f9cbc2880ee4948b37fa469255.zip |
Fixes #2465
* menus/gal-view-menus.c (build_menus):
Encode the label using bonobo_ui_util_encode_str and set "label"
attribute, not "_label".
I have no idea what the previous code was trying to do but it was
definitely wrong.
svn path=/trunk/; revision=12601
Diffstat (limited to 'widgets/ChangeLog')
-rw-r--r-- | widgets/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/widgets/ChangeLog b/widgets/ChangeLog index fb5ec1a1ac..b24092d43b 100644 --- a/widgets/ChangeLog +++ b/widgets/ChangeLog @@ -1,3 +1,13 @@ +2001-08-26 Zbigniew Chyla <cyba@gnome.pl> + + Fixes #2465 + + * menus/gal-view-menus.c (build_menus): + Encode the label using bonobo_ui_util_encode_str and set "label" + attribute, not "_label". + I have no idea what the previous code was trying to do but it was + definitely wrong. + 2001-08-27 Ettore Perazzoli <ettore@ximian.com> * e-timezone-dialog/e-timezone-dialog.h |