~ubuntu-branches/ubuntu/oneiric/inkscape/oneiric-updates

« back to all changes in this revision

Viewing changes to src/desktop.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Kees Cook
  • Date: 2009-12-24 16:10:36 UTC
  • Revision ID: james.westby@ubuntu.com-20091224161036-low9f46u1pveqd6i
Tags: 0.47.0-1ubuntu2
Brown paper bag update: actually use the correct version of the
source tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
164
164
}
165
165
 
166
166
void
167
 
SPDesktop::init (SPNamedView *nv, SPCanvas *aCanvas)
 
167
SPDesktop::init (SPNamedView *nv, SPCanvas *aCanvas, Inkscape::UI::View::EditWidgetInterface *widget)
168
168
{
 
169
    _widget = widget;
 
170
 
169
171
    // Temporary workaround for link order issues:
170
172
    Inkscape::DeviceManager::getManager().getDevices();
171
173
    Inkscape::Preferences *prefs = Inkscape::Preferences::get();