summaryrefslogtreecommitdiff
path: root/plugins/gtkui/actionhandlers.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-11-23 23:37:57 +0100
committerGravatar waker <wakeroid@gmail.com>2012-11-23 23:37:57 +0100
commit6e791c9fb449c0da4f8606db1cc5a477ad5742ec (patch)
tree4529e0131a1161e78234e219e3a01210b3f2391c /plugins/gtkui/actionhandlers.h
parent7c29cb0c857496e4a7c9c2980c4277b88d187c6f (diff)
gtkui: added crop selected hotkey
Diffstat (limited to 'plugins/gtkui/actionhandlers.h')
-rw-r--r--plugins/gtkui/actionhandlers.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/gtkui/actionhandlers.h b/plugins/gtkui/actionhandlers.h
index 77084c7e..e649c1cd 100644
--- a/plugins/gtkui/actionhandlers.h
+++ b/plugins/gtkui/actionhandlers.h
@@ -174,4 +174,7 @@ action_sort_custom_handler_cb (void *data);
int
action_sort_custom_handler (DB_plugin_action_t *act, int ctx);
+int
+action_crop_selected_handler (DB_plugin_action_t *act, int ctx);
+
#endif