summaryrefslogtreecommitdiffstats
path: root/src/cardwidget.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cardwidget.cc')
-rw-r--r--src/cardwidget.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cardwidget.cc b/src/cardwidget.cc
index 8be1d73..ea4b208 100644
--- a/src/cardwidget.cc
+++ b/src/cardwidget.cc
@@ -54,7 +54,7 @@ void CardWidget::prepareMenu() {
int active_idx = -1;
treeModel->clear();
- //Fill the ComboBox's Tree Model:
+ /* Fill the ComboBox's Tree Model */
for (std::map<Glib::ustring, Glib::ustring>::iterator i = profiles.begin(); i != profiles.end(); ++i) {
Gtk::TreeModel::Row row = *(treeModel->append());
row[profileModel.name] = i->first;