emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Tooltip and WARNING


From: Angelo Graziosi
Subject: Tooltip and WARNING
Date: Mon, 02 Aug 2010 13:47:24 +0200
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; it; rv:1.9.2.7) Gecko/20100713 Thunderbird/3.1.1

With rev.100963 (GTK build on Kubuntu 8.04, for example), each time Emacs shows a 'tooltip', on the command line appears a WARNING, i.e.

$ emacs24 -Q &
(emacs24:29687): GLib-GObject-WARNING **: IA__g_object_get_valist: object class `GtkSettings' has no property named `gtk-enable-tooltips'

(emacs24:29687): GLib-GObject-WARNING **: IA__g_object_set_valist: object class `GtkSettings' has no property named `gtk-enable-tooltips'

(emacs24:29687): GLib-GObject-WARNING **: IA__g_object_set_valist: object class `GtkSettings' has no property named `gtk-enable-tooltips'

(emacs24:29687): GLib-GObject-WARNING **: IA__g_object_get_valist: object class `GtkSettings' has no property named `gtk-enable-tooltips'

(emacs24:29687): GLib-GObject-WARNING **: IA__g_object_set_valist: object class `GtkSettings' has no property named `gtk-enable-tooltips'

(emacs24:29687): GLib-GObject-WARNING **: IA__g_object_set_valist: object class `GtkSettings' has no property named `gtk-enable-tooltips'
[...]

Each WARNING is for each tooltip :(

This didn't occur with previous revisions...

Perhaps these changes are the cause:

2010-08-01  Jan Djärv  <address@hidden>
[...]
* xfns.c (x_gtk_use_system_tooltips): New variable.
        (Fx_show_tip): If USE_GTK and x_gtk_use_system_tooltips, call
        new gtkutil tooltip functions to show the tooltip.
        (Fx_hide_tip): Call xg_hide_tooltip.
        (syms_of_xfns): Defvar x-gtk-use-system-tooltips.

        * gtkutil.h (xg_free_frame_widgets, xg_prepare_tooltip)
        (xg_show_tooltip, xg_hide_tooltip): Declare.
[...]


Ciao,
Angelo.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]