~ubuntu-branches/ubuntu/utopic/xneur/utopic

« back to all changes in this revision

Viewing changes to src/xneur.c

  • Committer: Bazaar Package Importer
  • Author(s): Alexander GQ Gerasiov
  • Date: 2010-05-22 15:28:19 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20100522152819-xbx31n5naia63239
Tags: 0.9.9-1
* New Upstream version 0.9.9
* debian/control, debian/*shlibs*: Version of xneur/gxneur increased.
* 11_fix_ftbfs.patch removed: fixed upstream.
* 01_shared_libxneur.patch removed: fixed upstream.

Show diffs side-by-side

added added

removed removed

Lines of Context:
214
214
                xconfig->uninit(xconfig);
215
215
        }
216
216
        log_message(DEBUG, _("Current configuration data is freed"));
217
 
 
 
217
        
218
218
#ifdef WITH_DEBUG
219
219
        xndebug_uninit();
220
220
#endif
229
229
        sleep(1);
230
230
 
231
231
        program->plugin->xneur_stop(program->plugin);
232
 
        
 
232
 
233
233
        xneur_cleanup();
234
234
 
 
235
 
235
236
        exit(EXIT_SUCCESS);
236
237
}
237
238
 
380
381
        bindtextdomain(PACKAGE, LOCALEDIR);
381
382
        bind_textdomain_codeset(PACKAGE, "UTF-8");
382
383
        textdomain(PACKAGE);
383
 
#endif
384
 
 
 
384
#endif  
385
385
        xneur_get_options(argc, argv);
386
386
        
387
387
        xneur_reklama();