Bug 228119. Honor setting for icon.
This commit is contained in:
		| @@ -337,7 +337,10 @@ namespace Novell.CASA.GUI | |||||||
| 			} | 			} | ||||||
| 			if (args.Event.Button == 1) | 			if (args.Event.Button == 1) | ||||||
| 			{ | 			{ | ||||||
|  |                 if (m_config.GetConfigSetting(Common.CONFIG_DISPLAY_CASA_MANAGER, true)) | ||||||
| 				    menuLaunchGUI_Activated(null, null); | 				    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