~ubuntu-branches/ubuntu/trusty/libcdk5/trusty

« back to all changes in this revision

Viewing changes to demos/rolodex.c

  • Committer: Bazaar Package Importer
  • Author(s): John Goerzen
  • Date: 2007-06-06 03:54:31 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20070606035431-ba4gdvw0h6ybffsu
Tags: 5.0.20060507-1
* New upstream release.
* Fixed header patching.  Patch from Robert Schiele.
  Closes: #402978, #416336.
* Update widget count in description.  Closes: #294709.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: rolodex.c,v 1.17 2005/04/24 21:26:15 tom Exp $ */
 
1
/* $Id: rolodex.c,v 1.20 2005/12/31 00:36:00 tom Exp $ */
2
2
#include "rolodex.h"
3
3
 
4
4
#ifdef HAVE_XCURSES
190
190
         endCDK();
191
191
 
192
192
         /* Exit cleanly. */
193
 
         exit (EXIT_SUCCESS);
 
193
         ExitProgram (EXIT_SUCCESS);
194
194
      }
195
195
      else if (selection == 100)
196
196
      {