summaryrefslogtreecommitdiff
path: root/plugins/shellexecui
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2013-08-11 22:20:51 +0200
committerGravatar waker <wakeroid@gmail.com>2013-08-11 22:20:51 +0200
commit0e8455b9a41602485909e5178e3ab352514f8a3e (patch)
tree527d2652a29fc2c7934f838b379a2b3f2552a90e /plugins/shellexecui
parentfb9f99b52de319497918e4d862350595da965c1c (diff)
gtkui: fixed naming of some public constants; added non-expandable widget flag support
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 a473f67b..ffe64b3a 100644
--- a/plugins/shellexecui/shellexecui.c
+++ b/plugins/shellexecui/shellexecui.c
@@ -375,7 +375,7 @@ shxui_getactions(DB_playItem_t *it) {
}
int shxui_connect() {
- gtkui_plugin = (ddb_gtkui_t *)deadbeef->plug_get_for_id (GTKUI_PLUGIN_ID);
+ gtkui_plugin = (ddb_gtkui_t *)deadbeef->plug_get_for_id (DDB_GTKUI_PLUGIN_ID);
if (!gtkui_plugin) {
fprintf (stderr, "shellexecui: can't find gtkui plugin\n");
return -1;