Code

increase cutoff depth of recursive clone descriptions
authorbuliabyak <buliabyak@users.sourceforge.net>
Wed, 15 Mar 2006 20:31:48 +0000 (20:31 +0000)
committerbuliabyak <buliabyak@users.sourceforge.net>
Wed, 15 Mar 2006 20:31:48 +0000 (20:31 +0000)
src/sp-use.cpp

index 3a55331a049f25d3c7e2dd8090bef30356ba0e5a..52f8f11e46116ef66a180302436d31033f6f7d47 100644 (file)
@@ -294,7 +294,7 @@ sp_use_description(SPItem *item)
     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(_("..."));