From a6886bfef19d69a2ea70ff3ca3bdae95317cdf48 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 11 Mar 2007 03:35:21 +0000 Subject: Fixed node context menu. git-svn-id: http://svn.drobilla.net/lad/ingen@349 a436a847-0d15-0410-975c-d299462d15a1 --- src/progs/ingenuity/NodeModule.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/progs/ingenuity/NodeModule.h') diff --git a/src/progs/ingenuity/NodeModule.h b/src/progs/ingenuity/NodeModule.h index b7a08d1c..f3ca4cbc 100644 --- a/src/progs/ingenuity/NodeModule.h +++ b/src/progs/ingenuity/NodeModule.h @@ -1,5 +1,4 @@ -/* This file is part of Ingen. - * Copyright (C) 2007 Dave Robillard +/* This file is part of In* Copyright (C) 2007 Dave Robillard * * Ingen is free software; you can redistribute it and/or modify it under the * terms of the GNU General Public License as published by the Free Software @@ -63,7 +62,7 @@ public: virtual void store_location(); - void on_right_click(GdkEventButton* event); + void on_click(GdkEventButton* event); void show_control_window(); -- cgit v1.2.1