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

Diff of /aleader/editor/apptranscriptview.c

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

revision 1.12 by jpritikin, Mon Jul 28 05:26:51 2003 UTC revision 1.13 by jpritikin, Wed Aug 6 16:55:51 2003 UTC
# Line 3937  _ds_delete_doc (AppDiffSetup *ds, guint Line 3937  _ds_delete_doc (AppDiffSetup *ds, guint
3937  static void  static void
3938  app_diff_setup_init (AppDiffSetup *ds)  app_diff_setup_init (AppDiffSetup *ds)
3939  {  {
3940    ds->canidates = (GPtrSet*) app_list_store_new ((GCompareDataFunc) app_transcript_pathname_cmp, NULL);    ds->canidates = (GPtrSet*) app_list_store_new ((GCompareDataFunc) leadr_doc_pathname_cmp, NULL);
3941        
3942    for (gint xx=0; xx < g_ptr_set_len (Whole->documents); xx++) {    for (gint xx=0; xx < g_ptr_set_len (Whole->documents); xx++) {
3943      LeadrDoc *tx = g_ptr_set_at (Whole->documents, xx);      LeadrDoc *tx = g_ptr_set_at (Whole->documents, xx);

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

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