diff options
author | Colin Guthrie <cguthrie@mandriva.org> | 2009-03-25 21:10:21 +0000 |
---|---|---|
committer | Colin Guthrie <cguthrie@mandriva.org> | 2009-03-25 21:10:21 +0000 |
commit | dc2eb66e0a23ffccce421aeeee149be9ce6c5a1d (patch) | |
tree | be3835ae4445b2eae0b497417d996dd8a4d8cb17 /src/cardwidget.h | |
parent | 514a8c12277560a0fee0915e4e48d828c15622e9 (diff) |
Order the card profiles by their priority
Diffstat (limited to 'src/cardwidget.h')
-rw-r--r-- | src/cardwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cardwidget.h b/src/cardwidget.h index d420c83..1f99b2b 100644 --- a/src/cardwidget.h +++ b/src/cardwidget.h @@ -36,7 +36,7 @@ public: uint32_t index; bool updating; - std::map<Glib::ustring,Glib::ustring> profiles; + std::vector< std::pair<Glib::ustring,Glib::ustring> > profiles; Glib::ustring activeProfile; bool hasSinks; bool hasSources; |