diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
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 @@ | |||
| 1 | 2011-07-08 Jan Djärv <jan.h.d@swipnet.se> | 1 | 2011-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 | |||
| 7 | 2011-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. |