Bug 228119. Honor setting for icon.
This commit is contained in:
parent
ee8ad3c9ca
commit
a1f06f1b5d
@ -336,8 +336,11 @@ namespace Novell.CASA.GUI
|
||||
ShowContextMenu();
|
||||
}
|
||||
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)
|
||||
|
Loading…
Reference in New Issue
Block a user