~ubuntu-branches/ubuntu/gutsy/horae/gutsy

« back to all changes in this revision

Viewing changes to athena_parts/group_ops.pl

  • Committer: Bazaar Package Importer
  • Author(s): Carlo Segre
  • Date: 2006-12-28 12:36:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061228123648-9xnjr76wfthd92cq
Tags: 064-1
New upstream release, dropped dependency on libtk-filedialog-perl.

Show diffs side-by-side

added added

removed removed

Lines of Context:
667
667
    redo_plot();
668
668
  };
669
669
  section_indicators();
 
670
  $plot_features{k_w} = $plot_features{kw};
670
671
};
671
672
 
672
673
 
746
747
    $gp = four_character_random_string();
747
748
  };
748
749
  $label =~ s{[\"\']}{}g;
 
750
  $label =~ s{^unmacify_}{};
749
751
  return ($gp, $label);
750
752
};
751
753