textometrieR
[iramuteq] / dialog.py
index 1b01aa3..691a291 100755 (executable)
--- a/dialog.py
+++ b/dialog.py
@@ -481,7 +481,7 @@ bibliothèques de R"""
         m_sdbSizer1.AddButton( self.m_sdbSizer1OK )
         self.m_sdbSizer1Cancel = wx.Button( self, wx.ID_CANCEL )
         m_sdbSizer1.AddButton( self.m_sdbSizer1Cancel )
-        m_sdbSizer1.Realize();
+        m_sdbSizer1.Realize()
         bSizer1.Add( m_sdbSizer1, 0, wx.EXPAND, 5 )
         
         self.SetSizer( bSizer1 )
@@ -1645,7 +1645,6 @@ class SearchDial ( wx.Dialog ):
             cl = first_forme[1] - 1
             profile.ProfNB.SetSelection(cl)
             profile.ProfNB.GetPage(cl).SetFocus()
-            print profile.ProfNB.GetPage(cl)
             UnSelectList(profile.ProfNB.GetPage(cl))
             datas = dict([[profile.ProfNB.GetPage(cl).getColumnText(i,6),i] for i in range(profile.ProfNB.GetPage(cl).GetItemCount())])
             profile.ProfNB.GetPage(cl).SetItemState(datas[first_forme[0]], wx.LIST_STATE_SELECTED, wx.LIST_STATE_SELECTED)