From 427c7ad721d9a0c3d45ad4d6803ac4b0b7ee53cf Mon Sep 17 00:00:00 2001 From: punkrockguy318 Date: Tue, 17 Jun 2008 17:36:01 +0000 Subject: [PATCH] fixed gamepad config issue --- gfceu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfceu b/gfceu index 69da9b8e..c0c2e35c 100644 --- a/gfceu +++ b/gfceu @@ -507,7 +507,7 @@ class GfceuApp: 'gp3_button' : '3', 'gp4_button' : '4'} command = '-inputcfg gamepad' + d[widget.name] + ' /dev/null' - launch(command, True) + self.launch(command, True) def config_help_button_clicked(self, menuitem, data=None): msgbox = gtk.MessageDialog(parent=None, flags=0,