Bug 228119. Honor setting for icon.
This commit is contained in:
@@ -336,8 +336,11 @@ namespace Novell.CASA.GUI
|
|||||||
ShowContextMenu();
|
ShowContextMenu();
|
||||||
}
|
}
|
||||||
if (args.Event.Button == 1)
|
if (args.Event.Button == 1)
|
||||||
{
|
{
|
||||||
menuLaunchGUI_Activated(null, null);
|
if (m_config.GetConfigSetting(Common.CONFIG_DISPLAY_CASA_MANAGER, true))
|
||||||
|
menuLaunchGUI_Activated(null, null);
|
||||||
|
else
|
||||||
|
menuLockMiCasa_Activated(null, null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
private void OnPopupClick(object o, EventArgs args)
|
private void OnPopupClick(object o, EventArgs args)
|
||||||
|
|||||||
Reference in New Issue
Block a user