boolean > bool

This commit is contained in:
Ingo Weyrich 2019-07-29 23:05:01 +02:00
parent 0f0dc03849
commit 287bd5bbe3

View File

@ -746,7 +746,7 @@ bool ThumbBrowserBase::Internal::on_query_tooltip (int x, int y, bool keyboard_t
{ {
// Gtk signals automatically acquire the GUI (i.e. this method is enclosed by gdk_thread_enter and gdk_thread_leave) // Gtk signals automatically acquire the GUI (i.e. this method is enclosed by gdk_thread_enter and gdk_thread_leave)
Glib::ustring ttip; Glib::ustring ttip;
boolean useMarkup = false; bool useMarkup = false;
{ {
MYREADERLOCK(l, parent->entryRW); MYREADERLOCK(l, parent->entryRW);