rendered paste bodyIndex: rbutil/rbutil.cpp
===================================================================
--- rbutil/rbutil.cpp (Revision 12862)
+++ rbutil/rbutil.cpp (Arbeitskopie)
@@ -125,9 +125,10 @@
buf, 100, NULL, wxPD_APP_MODAL |
wxPD_AUTO_HIDE | wxPD_SMOOTH | wxPD_ELAPSED_TIME |
wxPD_REMAINING_TIME | wxPD_CAN_ABORT);
+ progress->SetSize(500,200);
progress->Update(0);
- progress->SetSize(500,200);
+
input = true;
wxURL* in_http = new wxURL(src);
if (in_http->GetError() == wxURL_NOERR)
Index: rbutil/wizard_pages.cpp
===================================================================
--- rbutil/wizard_pages.cpp (Revision 12860)
+++ rbutil/wizard_pages.cpp (Arbeitskopie)
@@ -302,6 +302,10 @@
if(index == wxNOT_FOUND)
return;
+ if(index > m_Themes_desc.GetCount()-1 || index > m_Themes_size.GetCount()-1
+ || index > m_Themes_image.GetCount()-1 )
+ return;
+
m_desc->SetLabel(m_Themes_desc[index]); //set Desc
m_desc->Wrap(270); // wrap desc
m_size->SetLabel(m_Themes_size[index]+wxT(" kb")); //set file size