diff options
author | Alexey Yakovenko <waker@users.sourceforge.net> | 2013-10-20 18:02:27 +0200 |
---|---|---|
committer | Alexey Yakovenko <waker@users.sourceforge.net> | 2013-10-20 18:02:27 +0200 |
commit | c411436e79e9675787f48ebe97b2c3a37e8e0b44 (patch) | |
tree | 559021613e38abd1e612bb7370f542042fb75787 /plugins | |
parent | 140ee24190c6ee4bb989ba0b48993a6990b3f7cd (diff) |
gtkui: changed api version to 1
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/gtkui/gtkui_api.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtkui/gtkui_api.h b/plugins/gtkui/gtkui_api.h index 170e2de5..17dc6ffa 100644 --- a/plugins/gtkui/gtkui_api.h +++ b/plugins/gtkui/gtkui_api.h @@ -25,7 +25,7 @@ #ifndef __GTKUI_API_H #define __GTKUI_API_H -#define DDB_GTKUI_API_VERSION 0 +#define DDB_GTKUI_API_VERSION 1 #if GTK_CHECK_VERSION(3,0,0) #define DDB_GTKUI_PLUGIN_ID "gtkui3_1" |