remove debug output
This commit is contained in:
parent
fdaaaacdbf
commit
74f567b789
@ -94,8 +94,6 @@ ColorThemeManager::ColorThemeManager ()
|
|||||||
what we store/restore.
|
what we store/restore.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
cerr << "selected CF is " << UIConfiguration::instance().get_color_file () << " this is " << c->second << endl;
|
|
||||||
|
|
||||||
if (UIConfiguration::instance().get_color_file() == color_file_name) {
|
if (UIConfiguration::instance().get_color_file() == color_file_name) {
|
||||||
selected_iter = row;
|
selected_iter = row;
|
||||||
}
|
}
|
||||||
@ -624,7 +622,6 @@ ColorThemeManager::on_color_theme_changed ()
|
|||||||
|
|
||||||
if (row) {
|
if (row) {
|
||||||
string new_theme = row[color_theme_columns.path];
|
string new_theme = row[color_theme_columns.path];
|
||||||
cerr << "New theme name = " << new_theme << endl;
|
|
||||||
UIConfiguration::instance().set_color_file (new_theme);
|
UIConfiguration::instance().set_color_file (new_theme);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user