diff options
author | waker <wakeroid@gmail.com> | 2012-11-05 22:21:25 +0100 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2012-11-05 22:21:25 +0100 |
commit | 312b62749dad56ea968fe96fdd5f625835a5db42 (patch) | |
tree | efd0b41ef14d2a3ea6876542a6e502bc36575ff0 /plugins/shellexecui | |
parent | b7943d6760d31ccb951f3b518fdad5a2ee6e9e5b (diff) |
API fix in shellexecui
Diffstat (limited to 'plugins/shellexecui')
-rw-r--r-- | plugins/shellexecui/shellexecui.c | 3 |
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; } |