Hi, On Thu, 28 Sep 2006, karsten wiese wrote:
> enable/disable the qt- and gtk-gui configurator's > "save" toolbar-button/menu-entry. > > The qt-configurator asks the user, if he want's to save the changed > .config if sym_change_count!=0. Ok, then please split the patch a bit differently. 1. Introduce and use the getter for the change information, which is actually a boolean, so something like sym_get_changed() would be a better name. 2. Cleanup how the change information is managed, e.g. via sym_set_changed(). This is an internal function, so it doesn't has to be exported. 3. Add the callback, but please make the function and object static to the class. bye, Roman ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ kbuild-devel mailing list kbuild-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/kbuild-devel