vcl/unx/gtk/window/gtksalframe.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 17ee476e21fd07a82744d667ae2d5aa86fb390df
Author: Caolán McNamara <caol...@redhat.com>
Date:   Fri May 22 16:30:50 2015 +0100

    gtk3: call gtk_window_set_accept_focus
    
    Change-Id: I4f30f05e81e1d5539e832fda144a9fafecdce8e2

diff --git a/vcl/unx/gtk/window/gtksalframe.cxx 
b/vcl/unx/gtk/window/gtksalframe.cxx
index 42f9726..3286267 100644
--- a/vcl/unx/gtk/window/gtksalframe.cxx
+++ b/vcl/unx/gtk/window/gtksalframe.cxx
@@ -1218,8 +1218,8 @@ static void lcl_set_accept_focus( GtkWindow* pWindow, 
gboolean bAccept, bool bBe
         }
     }
 #else
-    (void)pWindow; (void)bAccept; (void)bBeforeRealize;
-    //FIXME: No set_accept_focus impl
+    gtk_window_set_accept_focus(pWindow, bAccept);
+    (void)bBeforeRealize;
 #endif
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to