summaryrefslogtreecommitdiff
path: root/plugins/shellexecui
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-11-05 22:17:25 +0100
committerGravatar waker <wakeroid@gmail.com>2012-11-05 22:18:42 +0100
commiteee42b650c1408388e08e85dfbd473e521492906 (patch)
treecf3aa58456fead35c0917dd3bc121d973417dd5c /plugins/shellexecui
parente4b82f177f06caa3cc123899bc420627abe022b6 (diff)
more adaptation of plugin actions to the new APIs
Diffstat (limited to 'plugins/shellexecui')
-rw-r--r--plugins/shellexecui/shellexecui.c2
1 files changed, 1 insertions, 1 deletions
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)