Kaydet (Commit) 14ad313a authored tarafından Caolán McNamara's avatar Caolán McNamara

hud_activated here surely should have been hud_active

Change-Id: Id324a31295b0c6836a1e9516ac070d4042c5c3f2
üst 1aafcb90
......@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment