summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 514fb30)
raw | patch | inline | side by side (parent: 514fb30)
author | jucablues <jucablues@users.sourceforge.net> | |
Fri, 27 Jul 2007 03:18:38 +0000 (03:18 +0000) | ||
committer | jucablues <jucablues@users.sourceforge.net> | |
Fri, 27 Jul 2007 03:18:38 +0000 (03:18 +0000) |
Remove "cout" from on_changed() of PrefCombo
src/ui/widget/preferences-widget.cpp | patch | blob | history |
index c45952c839aea9762f5406fbd67cfdd978867790..00d8b5a267e4c360ef3ff86fb18930b865a8f290 100644 (file)
if (this->is_visible()) //only take action if user changed value
{
prefs_set_int_attribute (_prefs_path.c_str(), _attr.c_str(), _values[this->get_active_row_number()]);
- std::cout << "combo set: " << _prefs_path << " " << _attr << " " << _values[this->get_active_row_number()] << std::endl;
}
}