[Libreoffice-commits] .: vcl/unx

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Nov 14 05:41:31 PST 2012


 vcl/unx/gtk/window/gtkframe.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 14ad313a242ec8791956e3e4a9460f743c0c8d7a
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Nov 14 13:40:55 2012 +0000

    hud_activated here surely should have been hud_active
    
    Change-Id: Id324a31295b0c6836a1e9516ac070d4042c5c3f2

diff --git a/vcl/unx/gtk/window/gtkframe.cxx b/vcl/unx/gtk/window/gtkframe.cxx
index c4fa0df..88ac7f2 100644
--- a/vcl/unx/gtk/window/gtkframe.cxx
+++ b/vcl/unx/gtk/window/gtkframe.cxx
@@ -518,7 +518,7 @@ static void ObjectDestroyedNotify( gpointer data )
 
 static void hud_activated( gboolean hud_active, gpointer user_data )
 {
-    if ( hud_activated )
+    if ( hud_active )
     {
         SolarMutexGuard aGuard;
         GtkSalFrame* pSalFrame = reinterpret_cast< GtkSalFrame* >( user_data );


More information about the Libreoffice-commits mailing list