Bug#405015: Resolved

2007-01-17 Thread babl1986
function scm_make_gsubr is depricated, that's why, xbindkeys doesn't work in Debian Etch. After replace scm_make_gsubr with scm_c_define_gsubr, programm works fine. It's diff file: --- xbindkeys-1.7.1-old/options.c 2004-01-09 00:46:39.0 +0300 +++ xbindkeys-1.7.1-new/options.c

Bug#405015: Resolved

2007-01-17 Thread babl1986
function scm_make_gsubr is depricated, that's why, xbindkeys doesn't work in Debian Etch. After replace scm_make_gsubr with scm_c_define_gsubr, programm works fine. It's diff file: --- xbindkeys-1.7.1-old/options.c 2004-01-09 00:46:39.0 +0300 +++ xbindkeys-1.7.1-new/options.c