diff options
author | Matthias Clasen <maclas@gmx.de> | 2003-09-23 23:42:39 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2003-09-23 23:42:39 +0000 |
commit | a93cee89c2bf2b264c4c65bcf5cb52e17e93241f (patch) | |
tree | 656160a156f631fc801cb413ace31b8a0f2e1c22 /ChangeLog.pre-2-6 | |
parent | dc16c121f96b59f62cffc2f71f689f43dfc2e6e4 (diff) | |
download | gtk+-a93cee89c2bf2b264c4c65bcf5cb52e17e93241f.tar.gz |
Sync tooltips on toolitems.
2003-09-24 Matthias Clasen <maclas@gmx.de>
* gtk/gtkaction.c (connect_proxy): Sync tooltips on toolitems.
* gtk/gtkuimanager.c (update_node): Don't complain about missing
actions on popups. Re-set "tooltip" property on toolitems after
adding them to parent to trigger proxy update.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 935a6f64f0..1d0fc9b9f5 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,11 @@ +2003-09-24 Matthias Clasen <maclas@gmx.de> + + * gtk/gtkaction.c (connect_proxy): Sync tooltips on toolitems. + + * gtk/gtkuimanager.c (update_node): Don't complain about missing + actions on popups. Re-set "tooltip" property on toolitems after + adding them to parent to trigger proxy update. + 2003-09-22 Matthias Clasen <maclas@gmx.de> * tests/testmerge.c (main): Initially activate the JUSTIFY_RIGHT |