Removed the Reference Paths from CASAManager project file
This commit is contained in:
		| @@ -3,7 +3,8 @@ | |||||||
|     <LastOpenVersion>7.10.3077</LastOpenVersion> |     <LastOpenVersion>7.10.3077</LastOpenVersion> | ||||||
|     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||||||
|     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||||||
|     <ReferencePath>D:\casa\extern\w32\gtk-sharp-2.0\;C:\GtkRun\2.8\lib\gtk-sharp\</ReferencePath> |     <ReferencePath> | ||||||
|  |     </ReferencePath> | ||||||
|     <CopyProjectDestinationFolder> |     <CopyProjectDestinationFolder> | ||||||
|     </CopyProjectDestinationFolder> |     </CopyProjectDestinationFolder> | ||||||
|     <CopyProjectUncPath> |     <CopyProjectUncPath> | ||||||
|   | |||||||
| @@ -1842,17 +1842,20 @@ namespace Novell.CASA.GUI | |||||||
| 			string sOldDir = Common.GetUserPersistentDir(config); | 			string sOldDir = Common.GetUserPersistentDir(config); | ||||||
| 			try | 			try | ||||||
| 			{ | 			{ | ||||||
|                 string sMoveMessage = MoveMiCASAFiles(sOldDir, sNewDir); |                 if (!sNewDir.Equals(sOldDir)) | ||||||
|                 if (sMoveMessage.Equals("Success")) |  | ||||||
|                 { |                 { | ||||||
|                     // save off selected directory |                     string sMoveMessage = MoveMiCASAFiles(sOldDir, sNewDir); | ||||||
|                     Common.SetUserPersistentDir(config, sNewDir); |                     if (sMoveMessage.Equals("Success")) | ||||||
|                     CommonGUI.DisplayMessage(Gtk.MessageType.Info, "Files moved from\r\n" + sOldDir + "\r\nto\r\n" + sNewDir); |                     { | ||||||
|                 } |                         // save off selected directory | ||||||
|                 else |                         Common.SetUserPersistentDir(config, sNewDir); | ||||||
|                 { |                         CommonGUI.DisplayMessage(Gtk.MessageType.Info, "Files moved from\r\n" + sOldDir + "\r\nto\r\n" + sNewDir); | ||||||
|                     CommonGUI.DisplayMessage(Gtk.MessageType.Warning, sMoveMessage); |                     } | ||||||
|                     bCloseDialog = false; |                     else | ||||||
|  |                     { | ||||||
|  |                         CommonGUI.DisplayMessage(Gtk.MessageType.Warning, sMoveMessage); | ||||||
|  |                         bCloseDialog = false; | ||||||
|  |                     } | ||||||
|                 } |                 } | ||||||
| 			} | 			} | ||||||
| 			catch (Exception e) | 			catch (Exception e) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user