aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan Djärv2011-07-08 19:57:55 +0200
committerJan Djärv2011-07-08 19:57:55 +0200
commit1b85461891d3354aef97bec97fab891ddb24e06e (patch)
treee6c3dbe4062367b62fba122f93641b918a8ed967 /src/ChangeLog
parent0ce7e563da9e0063363d0735dec72c033eefaac4 (diff)
downloademacs-1b85461891d3354aef97bec97fab891ddb24e06e.tar.gz
emacs-1b85461891d3354aef97bec97fab891ddb24e06e.zip
Better fix that keeps corret margins in tooltip.
* gtkutil.c (qttip_cb): Set line wrap to FALSE for tooltip widget. (xg_prepare_tooltip): Revert text in x->ttip_lbl, margins was wrong. Fixes: debbugs:8591
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 74105503040..52b6bf15e1d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12011-07-08 Jan Djärv <jan.h.d@swipnet.se> 12011-07-08 Jan Djärv <jan.h.d@swipnet.se>
2 2
3 * gtkutil.c (qttip_cb): Set line wrap to FALSE for tooltip widget.
4 (xg_prepare_tooltip): Revert text in x->ttip_lbl, margins was
5 wrong (Bug#8591).
6
72011-07-08 Jan Djärv <jan.h.d@swipnet.se>
8
3 * gtkutil.c (xg_prepare_tooltip): Fix indentation and comment. 9 * gtkutil.c (xg_prepare_tooltip): Fix indentation and comment.
4 Put text in x->ttip_lbl instead of gtk_tooltip_set_text (Bug#8591). 10 Put text in x->ttip_lbl instead of gtk_tooltip_set_text (Bug#8591).
5 (xg_hide_tooltip): Fix comment. 11 (xg_hide_tooltip): Fix comment.