Show
Ignore:
Timestamp:
06/10/06 05:34:50 (2 years ago)
Author:
jordi
Message:

I've added the missing pure virtual function from last week and also added a new test function for the Config class to test the last saved folder option.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/DumbDocument.cxx

    r158 r205  
    100100} 
    101101 
     102gboolean 
     103DumbDocument::saveFile (const gchar *filename, GError **error) 
     104{ 
     105    // Do nothing. 
     106    return TRUE; 
     107} 
     108 
    102109//////////////////////////////////////////////////////////////// 
    103110// Tests Methods