diff options
author | David Robillard <d@drobilla.net> | 2007-03-11 03:35:21 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-03-11 03:35:21 +0000 |
commit | a6886bfef19d69a2ea70ff3ca3bdae95317cdf48 (patch) | |
tree | c9f1c203be0d919a2b2d45cea7a5e5f6278eb1b3 /src/progs/ingenuity/NodeModule.h | |
parent | 7d7d404f6d59891dbb53107345e140a85b97c9ed (diff) | |
download | ingen-a6886bfef19d69a2ea70ff3ca3bdae95317cdf48.tar.gz ingen-a6886bfef19d69a2ea70ff3ca3bdae95317cdf48.tar.bz2 ingen-a6886bfef19d69a2ea70ff3ca3bdae95317cdf48.zip |
Fixed node context menu.
git-svn-id: http://svn.drobilla.net/lad/ingen@349 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/progs/ingenuity/NodeModule.h')
-rw-r--r-- | src/progs/ingenuity/NodeModule.h | 5 |
1 files changed, 2 insertions, 3 deletions
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 <http://drobilla.net> +/* This file is part of In* Copyright (C) 2007 Dave Robillard <http://drobilla.net> * * 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(); |