~ubuntu-branches/ubuntu/maverick/zapping/maverick

« back to all changes in this revision

Viewing changes to src/tvengemu.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel T Chen
  • Date: 2005-11-08 11:07:34 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051108110734-ygvf6uljvgcjmca7
Tags: 0.9.6-1ubuntu1
* Resynchronise with Debian (Closes: #4022):
  - Fix desktop file to not use absolute path.

Show diffs side-by-side

added added

removed removed

Lines of Context:
94
94
 
95
95
        c.value         = current;
96
96
 
97
 
        tc = append_control (info, &c, sizeof (c));
 
97
        tc = append_panel_control (info, &c, sizeof (c));
98
98
 
99
99
        return tc;
100
100
}
227
227
      info->file_name = NULL;
228
228
    }
229
229
 
230
 
        free_controls (info);
 
230
        free_panel_controls (info);
231
231
        free_video_standards (info);
232
232
        free_video_inputs (info);
233
233