[Libreoffice-commits] core.git: vcl/unx
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Mon Mar 16 08:53:48 UTC 2020
vcl/unx/gtk3/gtk3gtkframe.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit cc17485472ca4217013cebaa32f7b574c020a394
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Feb 13 18:33:29 2020 +0100
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Mon Mar 16 09:53:13 2020 +0100
Fix typo
Change-Id: Iedeb55e5b907c6b837b0d70c2a17f6e23f824cd9
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88626
Tested-by: Andras Timar <andras.timar at collabora.com>
Reviewed-by: Andras Timar <andras.timar at collabora.com>
diff --git a/vcl/unx/gtk3/gtk3gtkframe.cxx b/vcl/unx/gtk3/gtk3gtkframe.cxx
index 36b12d9742e1..d4c04ff0a88f 100644
--- a/vcl/unx/gtk3/gtk3gtkframe.cxx
+++ b/vcl/unx/gtk3/gtk3gtkframe.cxx
@@ -903,7 +903,7 @@ void GtkSalFrame::InitCommon()
g_signal_connect_after( G_OBJECT(m_pWindow), "focus-in-event", G_CALLBACK(signalFocus), this );
g_signal_connect_after( G_OBJECT(m_pWindow), "focus-out-event", G_CALLBACK(signalFocus), this );
- if (GTK_IS_WINDOW(m_pWindow)) // i.e. not if its a GtkEventBox which doesn't have the signal
+ if (GTK_IS_WINDOW(m_pWindow)) // i.e. not if it's a GtkEventBox which doesn't have the signal
g_signal_connect( G_OBJECT(m_pWindow), "set-focus", G_CALLBACK(signalSetFocus), this );
g_signal_connect( G_OBJECT(m_pWindow), "map-event", G_CALLBACK(signalMap), this );
g_signal_connect( G_OBJECT(m_pWindow), "unmap-event", G_CALLBACK(signalUnmap), this );
More information about the Libreoffice-commits
mailing list