summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTavmjong Bah <tavmjong@free.fr>2014-06-13 07:34:58 +0000
committertavmjong-free <tavmjong@free.fr>2014-06-13 07:34:58 +0000
commit5e1c70580e6d156716aba9e5dcc62a15a215da06 (patch)
tree1e99dd3116e0c6ec86371efbe5f451e0addb5d68 /src
parentRemove 'font' shorthand if we have written out font longhand properties. (diff)
downloadinkscape-5e1c70580e6d156716aba9e5dcc62a15a215da06.tar.gz
inkscape-5e1c70580e6d156716aba9e5dcc62a15a215da06.zip
Display symbols in document order.
(bzr r13341.1.58)
Diffstat (limited to 'src')
-rw-r--r--src/ui/dialog/symbols.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/dialog/symbols.cpp b/src/ui/dialog/symbols.cpp
index 8e0d085a4..0dfd915fe 100644
--- a/src/ui/dialog/symbols.cpp
+++ b/src/ui/dialog/symbols.cpp
@@ -613,6 +613,7 @@ GSList* SymbolsDialog::symbols_in_doc( SPDocument* symbolDocument ) {
GSList *l = NULL;
l = symbols_in_doc_recursive (symbolDocument->getRoot(), l );
+ l = g_slist_reverse( l );
return l;
}