mirror of
https://github.com/claunia/apprepodbmgr.git
synced 2025-12-16 19:24:42 +00:00
* osrepodbmgr/Checksum.cs:
Removed dead code. * osrepodbmgr/DBOps.cs: Check null exceptions. Don't fill console with debug lines. * osrepodbmgr/DicCore.cs: Reduced buffer size for better UI responsiveness. * osrepodbmgr/MainWindow.cs: Corrected some GUI nuisances. Check null exceptions. * osrepodbmgr/dlgMetadata.cs: * osrepodbmgr/frmSettings.cs: * osrepodbmgr/dlgOpticalDisc.cs: * osrepodbmgr/gtk-gui/gui.stetic: * osrepodbmgr/gtk-gui/osrepodbmgr.dlgMetadata.cs: Corrected some GUI nuisances. * osrepodbmgr/DetectImageFormat.cs: Don't fill console with debug lines.
This commit is contained in:
@@ -54,7 +54,6 @@ namespace osrepodbmgr
|
||||
{
|
||||
try
|
||||
{
|
||||
Console.WriteLine("Format detection: Trying plugin {0}", _imageplugin.Name);
|
||||
if(_imageplugin.IdentifyImage(imageFilter))
|
||||
{
|
||||
_imageFormat = _imageplugin;
|
||||
@@ -78,7 +77,6 @@ namespace osrepodbmgr
|
||||
{
|
||||
try
|
||||
{
|
||||
Console.WriteLine("Format detection: Trying plugin {0}", _imageplugin.Name);
|
||||
if(_imageplugin.IdentifyImage(imageFilter))
|
||||
{
|
||||
_imageFormat = _imageplugin;
|
||||
|
||||
Reference in New Issue
Block a user