summaryrefslogtreecommitdiffstats
path: root/menus_launcher.pl
diff options
context:
space:
mode:
Diffstat (limited to 'menus_launcher.pl')
-rwxr-xr-xmenus_launcher.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/menus_launcher.pl b/menus_launcher.pl
index 4aa82f92..3bb74442 100755
--- a/menus_launcher.pl
+++ b/menus_launcher.pl
@@ -10,7 +10,7 @@ use interactive;
use standalone;
sub gtkcan_default {
- $_[0]->can_default($_->[1]);
+ $_[0]->get_can_default($_->[1]);
$_[0];
}