summaryrefslogtreecommitdiffstats
path: root/src/ui/uxmanager.h
diff options
context:
space:
mode:
authorJon A. Cruz <jon@joncruz.org>2010-06-16 06:35:11 +0000
committerJon A. Cruz <jon@joncruz.org>2010-06-16 06:35:11 +0000
commitde71f527765af3f177bfab6cbf74d26746ad7b32 (patch)
tree4dfbf179076fd75a8440f06b300580c2203c67d5 /src/ui/uxmanager.h
parent* [INTL:pl] Final touches on the Polish translation (diff)
downloadinkscape-de71f527765af3f177bfab6cbf74d26746ad7b32.tar.gz
inkscape-de71f527765af3f177bfab6cbf74d26746ad7b32.zip
Move the task view changing to the "View" menu. Fixes bugs #170781 and #171663.
Fixed bugs: - https://launchpad.net/bugs/170781 - https://launchpad.net/bugs/171663 (bzr r9503)
Diffstat (limited to 'src/ui/uxmanager.h')
-rw-r--r--src/ui/uxmanager.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/uxmanager.h b/src/ui/uxmanager.h
index 7f7cc6ecb..5fef08f11 100644
--- a/src/ui/uxmanager.h
+++ b/src/ui/uxmanager.h
@@ -39,7 +39,8 @@ public:
virtual void connectToDesktop( std::vector<GtkWidget *> const & toolboxes, SPDesktop *desktop ) = 0;
- virtual void setTask(SPDesktop* dt, gint val) = 0;
+ virtual gint getDefaultTask( SPDesktop *desktop ) = 0;
+ virtual void setTask( SPDesktop* dt, gint val ) = 0;
virtual bool isFloatWindowProblem() const = 0;
virtual bool isWidescreen() const = 0;