aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan D2010-08-11 20:47:34 +0200
committerJan D2010-08-11 20:47:34 +0200
commit94dff98f390e81caedf9a79949c89f4c6e9ca56c (patch)
treeaacc8e46ef4d5e04e312dedd47c6ad115a6da25c /src/ChangeLog
parent3a46642b081c504b6e25c65d81999fcc0dff5fb2 (diff)
downloademacs-94dff98f390e81caedf9a79949c89f4c6e9ca56c.tar.gz
emacs-94dff98f390e81caedf9a79949c89f4c6e9ca56c.zip
* xfns.c (Fx_hide_tip): Check FRAME_LIVE_P (f) before calling xg_hide_tooltip.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1275b4a8def..7e8959d4b61 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,7 @@
2 2
3 * xfns.c (x_defined_color): If USE_GTK, call xg_check_special_colors 3 * xfns.c (x_defined_color): If USE_GTK, call xg_check_special_colors
4 first. 4 first.
5 (Fx_hide_tip): Check FRAME_LIVE_P (f) before calling xg_hide_tooltip.
5 6
6 * gtkutil.h (xg_check_special_colors): Declare. 7 * gtkutil.h (xg_check_special_colors): Declare.
7 8