23 lines
1.5 KiB
Diff
23 lines
1.5 KiB
Diff
|
Index: src/UI/Linux/LinuxClient/library/iFolderViewGroup.cs
|
||
|
===================================================================
|
||
|
--- src/UI/Linux/LinuxClient/library/iFolderViewGroup.cs (Revision 6730)
|
||
|
+++ src/UI/Linux/LinuxClient/library/iFolderViewGroup.cs (Arbeitskopie)
|
||
|
@@ -496,7 +496,7 @@
|
||
|
{
|
||
|
if( (null == model) || (null == items) || (null == table) )
|
||
|
{
|
||
|
- iFolderViewGroup.log.Info("NULL Reference Exception: Object, model is -{0}-items is-{1}-table is -{2}-",model,items,table);
|
||
|
+ //iFolderViewGroup.log.Info("NULL Reference Exception: Object, model is -{0}-items is-{1}-table is -{2}-",model,items,table);
|
||
|
return; // prevent null pointer exception
|
||
|
}
|
||
|
|
||
|
@@ -544,7 +544,7 @@
|
||
|
iFolderViewItem item = new iFolderViewItem(holder, this, iter, ItemMaxWidth);
|
||
|
if(null == item)
|
||
|
{
|
||
|
- iFolderViewGroup.log.Info("NULL Reference Exception: Object item is NULL");
|
||
|
+ //iFolderViewGroup.log.Info("NULL Reference Exception: Object item is NULL");
|
||
|
return; //prevent null pointer exception
|
||
|
}
|
||
|
|