From eee42b650c1408388e08e85dfbd473e521492906 Mon Sep 17 00:00:00 2001 From: waker Date: Mon, 5 Nov 2012 22:17:25 +0100 Subject: more adaptation of plugin actions to the new APIs --- plugins/shellexecui/shellexecui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/shellexecui/shellexecui.c') diff --git a/plugins/shellexecui/shellexecui.c b/plugins/shellexecui/shellexecui.c index 9bd82bc6..39761ec5 100644 --- a/plugins/shellexecui/shellexecui.c +++ b/plugins/shellexecui/shellexecui.c @@ -395,7 +395,7 @@ int shxui_connect() { static DB_misc_t plugin = { .plugin.type = DB_PLUGIN_MISC, .plugin.api_vmajor = 1, - .plugin.api_vminor = 0, + .plugin.api_vminor = 5, .plugin.version_major = 1, .plugin.version_minor = 0, #if GTK_CHECK_VERSION(3,0,0) -- cgit v1.2.3