summaryrefslogtreecommitdiffstats
path: root/src/ui/interface.h
diff options
context:
space:
mode:
authorRaphael Rosch <launchpad@insaner.com>2016-04-14 18:19:03 +0000
committerinsaner <launchpad@insaner.com>2016-04-14 18:19:03 +0000
commit1dfba12bc394644560de7d2560aa03061237d0b8 (patch)
tree7956c04251bf5943ef3b7e8c8a077674fb20001e /src/ui/interface.h
parentFix c++11 flag when required on non-debian-based systems (diff)
downloadinkscape-1dfba12bc394644560de7d2560aa03061237d0b8.tar.gz
inkscape-1dfba12bc394644560de7d2560aa03061237d0b8.zip
function to release object from group
Fixed bugs: - https://launchpad.net/bugs/484041 (bzr r14845)
Diffstat (limited to 'src/ui/interface.h')
-rw-r--r--src/ui/interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/interface.h b/src/ui/interface.h
index 6fb74046f..52074f0f0 100644
--- a/src/ui/interface.h
+++ b/src/ui/interface.h
@@ -194,6 +194,7 @@ class ContextMenu : public Gtk::Menu
/**
* callback, is executed on clicking the anchor "Group" and "Ungroup" menu entry
*/
+ void ActivateUngroupPopSelection(void);
void ActivateUngroup(void);
void ActivateGroup(void);