summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0e18f96)
raw | patch | inline | side by side (parent: 0e18f96)
author | buliabyak <buliabyak@users.sourceforge.net> | |
Wed, 15 Mar 2006 20:31:48 +0000 (20:31 +0000) | ||
committer | buliabyak <buliabyak@users.sourceforge.net> | |
Wed, 15 Mar 2006 20:31:48 +0000 (20:31 +0000) |
src/sp-use.cpp | patch | blob | history |
diff --git a/src/sp-use.cpp b/src/sp-use.cpp
index 3a55331a049f25d3c7e2dd8090bef30356ba0e5a..52f8f11e46116ef66a180302436d31033f6f7d47 100644 (file)
--- a/src/sp-use.cpp
+++ b/src/sp-use.cpp
char *ret;
if (use->child) {
static unsigned recursion_depth = 0;
- if (recursion_depth >= 2) {
+ if (recursion_depth >= 4) {
/* TRANSLATORS: Used for statusbar description for long <use> chains:
* "Clone of: Clone of: ... in Layer 1". */
return g_strdup(_("..."));