From 69ae98cb453849c6d32a1c7ea8bc057fb13deea3 Mon Sep 17 00:00:00 2001 From: "Liam P. White" Date: Wed, 25 Jun 2014 11:32:51 -0400 Subject: 1. make it compile (bzr r13341.5.1) --- src/main-cmdlineact.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main-cmdlineact.cpp') diff --git a/src/main-cmdlineact.cpp b/src/main-cmdlineact.cpp index 6af616e34..9da7f6a79 100644 --- a/src/main-cmdlineact.cpp +++ b/src/main-cmdlineact.cpp @@ -82,7 +82,7 @@ CmdLineAction::doList (ActionContext const & context) { bool CmdLineAction::idle (void) { std::list desktops; - inkscape_get_all_desktops(desktops); + INKSCAPE->get_all_desktops(desktops); // We're going to assume one desktop per document, because no one // should have had time to make more at this point. -- cgit v1.2.3