~ubuntu-branches/ubuntu/hardy/vice/hardy

« back to all changes in this revision

Viewing changes to src/arch/os2/dialogs/dragndrop.c

  • Committer: Bazaar Package Importer
  • Author(s): Laszlo Boszormenyi (GCS)
  • Date: 2007-10-07 07:05:46 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071007070546-81yy0twlka7p2t0e
Tags: 1.22-1
* New upstream version (closes: #428280).
* Correct link to HTML documentation in manpage (closes: #409567).
* Fix most packaging mistakes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
107
107
        if (machine_autodetect_psid(dir) >= 0)
108
108
        {
109
109
            psid_init_driver();
110
 
            resources_set_value("PSIDTune", (resource_value_t)0);
 
110
            resources_set_int("PSIDTune", 0);
111
111
            return NULL;
112
112
        }
113
113
    }