summaryrefslogtreecommitdiff
path: root/plugins/shellexecui
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/shellexecui')
-rw-r--r--plugins/shellexecui/shellexecui.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/shellexecui/shellexecui.c b/plugins/shellexecui/shellexecui.c
index 39761ec5..898be448 100644
--- a/plugins/shellexecui/shellexecui.c
+++ b/plugins/shellexecui/shellexecui.c
@@ -356,8 +356,7 @@ shellexecui_action_gtk (void *data)
}
static int
-shellexecui_action_callback(DB_plugin_action_t *action,
- void *user_data, int ctx) {
+shellexecui_action_callback(DB_plugin_action_t *action, int ctx) {
g_idle_add (shellexecui_action_gtk, NULL);
return 0;
}