Skip to content
Snippets Groups Projects
  1. Sep 19, 2007
  2. Feb 02, 2007
  3. Aug 09, 2005
    • Rene Brun's avatar
      From Ilka: · 750a1d46
      Rene Brun authored
      SetBit(kcanDelete) is removed and the signal Closed() of the canvas is connected
      to the slot TurnOff of TTimer. These changes avoid the SegV when closing the
      canvas application and using .q command in root.
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@12447 27541ba8-7e3a-0410-8455-c3a389f83636
      750a1d46
  4. Aug 04, 2004
    • Rene Brun's avatar
      From Philippe: · 478a95bc
      Rene Brun authored
      in the code on Hello.cxx where somebody wrote:
         tmp = (char*)GetTitle(); // where title was initialized to the empty string
         tmp[0] = ch;
      The problem is that GetTitle does
         return fTitle.Data();
      and via some more or complex code this ends up doing the equivalent of
         return gNullStringRef->Data();
      
      
      git-svn-id: http://root.cern.ch/svn/root/trunk@9671 27541ba8-7e3a-0410-8455-c3a389f83636
      478a95bc
  5. Jan 31, 2003
  6. Jan 09, 2001
  7. Dec 21, 2000
  8. Jul 11, 2000
  9. May 16, 2000
Loading