summaryrefslogtreecommitdiffstats
path: root/src/ui/uxmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/uxmanager.cpp')
-rw-r--r--src/ui/uxmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/uxmanager.cpp b/src/ui/uxmanager.cpp
index 5f0021ef6..d152e473e 100644
--- a/src/ui/uxmanager.cpp
+++ b/src/ui/uxmanager.cpp
@@ -48,7 +48,7 @@ UXManager::~UXManager()
void UXManager::connectToDesktop( std::vector<GtkWidget *> const & toolboxes, SPDesktop *desktop )
{
for (std::vector<GtkWidget*>::const_iterator it = toolboxes.begin(); it != toolboxes.end(); ++it ) {
- sp_toolbox_set_desktop( *it, desktop );
+ ToolboxFactory::setToolboxDesktop( *it, desktop );
}
}