Kdevelop vs. KDE Studio

ljp ljp at llornkcor.com
Thu Aug 16 20:02:27 BST 2001


At 20:04 8/16/2001 +0200, you wrote:

>You bet :) Why didn't you submit it ? Feared it might have gotten rejected
>because of wrong indentation or what ? *g*
>
>Well, I would love to see that go into kdevelop if you could dig that out.

Cause it amounted to changing a 5 to (whatever) 15 or something, in two 
lines in one file.
Silly, really. I looked into making it a user defined variable, but got 
lost in the option dialogs, so I just hard coded it, as it was before.

heh-ok, here's a patch for the 2.0 release version. Oh, I see the default 
is now 7... :)
Kinda silly, really. Could change it to 25.

ljp

--- ckdevelop_noslot.cpp.orig   Fri Aug  3 14:18:42 2001
+++ ckdevelop_noslot.cpp        Thu Aug 16 12:38:11 2001
@@ -109,8 +109,8 @@
      }
    }

-  if (recent_projects_menu->count() > 7)
-    recent_projects_menu->removeItemAt(7);
+  if (recent_projects_menu->count() > 15)
+    recent_projects_menu->removeItemAt(15);

    // Add it at the top of the menu
    recent_projects_menu->insertItem(file, (int)-1, (int)0);



-
to unsubscribe from this list send an email to kdevelop-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop mailing list