[Kde-bindings] KDE/kdebindings/csharp/kimono

Arno Rehn arno at arnorehn.de
Thu Jun 19 22:02:01 UTC 2008


Am Donnerstag 19 Juni 2008 21:04:42 schrieb Richard Dale:
> SVN commit 822298 by rdale:
>
> * Added the p7 tutorial. There is a problem with this line:
>
>     KConfig config = KApplication.kApplication().SessionConfig();
>     location.Text =
>       config.Group("Settings").ReadEntry("defaultPage",
> "http://localhost");
>
>   The Group() method isn't found in the smoke lib
r822356 | arnorehn | 2008-06-19 23:57:15 +0200 (Thu, 19 Jun 2008) | 6 lines

* Prefer const methods over non-const methods in csharp, too.
* Works now in p7:
  location.Text = 
config.Group("Settings").ReadEntry("defaultPage", "http://localhost");

This fixed it. In the smoke lib we prefer const methods over non-const 
methods, too.

-- 
Arno Rehn
arno at arnorehn.de



More information about the Kde-bindings mailing list