From ed0b72d3bd5d4f4fcf46147f44be2b692eed7915 Mon Sep 17 00:00:00 2001 From: waker Date: Wed, 21 Aug 2013 20:17:41 +0200 Subject: gtkui: use plugin api 1.5 --- plugins/gtkui/gtkui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gtkui/gtkui.c b/plugins/gtkui/gtkui.c index 44972331..3e59bbb5 100644 --- a/plugins/gtkui/gtkui.c +++ b/plugins/gtkui/gtkui.c @@ -1711,7 +1711,7 @@ static const char settings_dlg[] = // define plugin interface static ddb_gtkui_t plugin = { .gui.plugin.api_vmajor = 1, - .gui.plugin.api_vminor = 4, + .gui.plugin.api_vminor = 5, .gui.plugin.version_major = 2, .gui.plugin.version_minor = DDB_GTKUI_API_VERSION, .gui.plugin.type = DB_PLUGIN_MISC, -- cgit v1.2.3