summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/desktop-tracker.cpp
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2014-08-26 10:55:28 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2014-08-26 10:55:28 +0000
commit2d1275f0337e3fe49ea493f58135c81d0e3af36d (patch)
tree9801926c633bf8121a207ee4ab45bc463482bfca /src/ui/dialog/desktop-tracker.cpp
parentFix paint-selector orientation (diff)
downloadinkscape-2d1275f0337e3fe49ea493f58135c81d0e3af36d.tar.gz
inkscape-2d1275f0337e3fe49ea493f58135c81d0e3af36d.zip
Standardise InkscapeApplication GObject implementation (namespace not supported properly)
(bzr r13341.1.179)
Diffstat (limited to 'src/ui/dialog/desktop-tracker.cpp')
-rw-r--r--src/ui/dialog/desktop-tracker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/dialog/desktop-tracker.cpp b/src/ui/dialog/desktop-tracker.cpp
index 8a359dd2d..3ed998252 100644
--- a/src/ui/dialog/desktop-tracker.cpp
+++ b/src/ui/dialog/desktop-tracker.cpp
@@ -94,7 +94,7 @@ sigc::connection DesktopTracker::connectDesktopChanged( const sigc::slot<void, S
return desktopChangedSig.connect(slot);
}
-gboolean DesktopTracker::activateDesktopCB(Inkscape::Application */*inkscape*/, SPDesktop *desktop, DesktopTracker *self )
+gboolean DesktopTracker::activateDesktopCB(InkscapeApplication */*inkscape*/, SPDesktop *desktop, DesktopTracker *self )
{
if (self && self->trackActive) {
self->setDesktop(desktop);