/[aleader]/aleader/editor/apptools.c
ViewVC logotype

Diff of /aleader/editor/apptools.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by jpritikin, Sat Jul 26 04:26:47 2003 UTC revision 1.12 by jpritikin, Wed Aug 6 16:55:51 2003 UTC
# Line 1061  _cc_delete_doc (AppCoverage *cc, guint i Line 1061  _cc_delete_doc (AppCoverage *cc, guint i
1061  static void  static void
1062  app_coverage_init (AppCoverage *cc)  app_coverage_init (AppCoverage *cc)
1063  {  {
1064    cc->canidates = (GPtrSet*) app_list_store_new ((GCompareDataFunc) app_transcript_pathname_cmp, NULL);    cc->canidates = (GPtrSet*) app_list_store_new ((GCompareDataFunc) leadr_doc_pathname_cmp, NULL);
1065        
1066    for (gint xx=0; xx < g_ptr_set_len (Whole->documents); xx++) {    for (gint xx=0; xx < g_ptr_set_len (Whole->documents); xx++) {
1067      LeadrDoc *tx = g_ptr_set_at (Whole->documents, xx);      LeadrDoc *tx = g_ptr_set_at (Whole->documents, xx);
# Line 1636  _es_delete_doc (AppExamSetup *es, guint Line 1636  _es_delete_doc (AppExamSetup *es, guint
1636  static void  static void
1637  app_exam_setup_init (AppExamSetup *es)  app_exam_setup_init (AppExamSetup *es)
1638  {  {
1639    es->exemplars = (GPtrSet*) app_list_store_new ((GCompareDataFunc) app_transcript_pathname_cmp, NULL);    es->exemplars = (GPtrSet*) app_list_store_new ((GCompareDataFunc) leadr_doc_pathname_cmp, NULL);
1640        
1641    for (gint xx=0; xx < g_ptr_set_len (Whole->documents); xx++) {    for (gint xx=0; xx < g_ptr_set_len (Whole->documents); xx++) {
1642      LeadrDoc *tx = g_ptr_set_at (Whole->documents, xx);      LeadrDoc *tx = g_ptr_set_at (Whole->documents, xx);

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26