summaryrefslogtreecommitdiff
path: root/plugins/gtkui/plcommon.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-11-18 21:06:03 +0100
committerGravatar waker <wakeroid@gmail.com>2012-11-18 21:06:03 +0100
commitce61239ec9771efb95790bbbb349ecfdf21f1ac9 (patch)
tree25f898a6502bb74ae8cac6825403fa92a9010d8e /plugins/gtkui/plcommon.c
parentc07825fe34a7c935372961725f46a3288de8ee85 (diff)
gtkui: added track properties hotkey impl
Diffstat (limited to 'plugins/gtkui/plcommon.c')
-rw-r--r--plugins/gtkui/plcommon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gtkui/plcommon.c b/plugins/gtkui/plcommon.c
index 77127bea..0f4d565c 100644
--- a/plugins/gtkui/plcommon.c
+++ b/plugins/gtkui/plcommon.c
@@ -295,7 +295,7 @@ void
main_properties_activate (GtkMenuItem *menuitem,
gpointer user_data)
{
- show_track_properties_dlg ();
+ action_show_track_properties_handler_cb ((void *)(intptr_t)DDB_ACTION_CTX_SELECTION);
}
void