From: <che...@us...> - 2007-11-28 23:04:44
|
Revision: 1102 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=1102&view=rev Author: chef_koch Date: 2007-11-28 15:04:42 -0800 (Wed, 28 Nov 2007) Log Message: ----------- fixed: it is possible to edit the imagedirectory on FilesViewTab, even if default folder/filenames were used Modified Paths: -------------- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesView.cs trunk/plugins/myGUIProgramsAlt/README.txt Modified: trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesView.cs =================================================================== --- trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesView.cs 2007-11-28 22:59:51 UTC (rev 1101) +++ trunk/plugins/myGUIProgramsAlt/GUIProgramsAlt/Design/AppFilesView.cs 2007-11-28 23:04:42 UTC (rev 1102) @@ -782,6 +782,7 @@ if (ProgramUtils.UseThumbsDir()) { imageDirsTextBox.Text = ProgramUtils.GetApplicationImageFolder(currentApplicationItem); + imageDirsTextBox.ReadOnly = ProgramUtils.UseThumbsDir(); ((FileSettingsBox)imageDirsTextBox.Parent).Button.Visible = !ProgramUtils.UseThumbsDir(); } else Modified: trunk/plugins/myGUIProgramsAlt/README.txt =================================================================== --- trunk/plugins/myGUIProgramsAlt/README.txt 2007-11-28 22:59:51 UTC (rev 1101) +++ trunk/plugins/myGUIProgramsAlt/README.txt 2007-11-28 23:04:42 UTC (rev 1102) @@ -35,6 +35,7 @@ --------------- v0.1.0.11 2007-11-28: chefkoch : fixed: it is possible to change the imagefile in file details dialog, even if default folder/filenames were used +2007-11-28: chefkoch : fixed: it is possible to edit the imagedirectory on FilesViewTab, even if default folder/filenames were used v0.1.0.10 2007-11-18: chefkoch : added: option to set an application item as root, so it is possible to show it's files in root view together with other application items This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |