diff options
author | Colin Guthrie <cguthrie@mandriva.org> | 2009-06-13 19:15:02 +0100 |
---|---|---|
committer | Colin Guthrie <cguthrie@mandriva.org> | 2009-06-17 08:54:14 +0100 |
commit | 02b316fcba8a112e528a0bddfcb93cf6f3179168 (patch) | |
tree | 96471135e9d83af7ebb275d77e71c9d0c0b6033d /src/rolewidget.h | |
parent | e71562619a67fa6823ba5d14c3df411b12fe192b (diff) |
More changes in the UI to try and make things neater.
This abandons the combo box approach an instead partially reverts to the popup.
We now display a suffix after the stream title saying " on <device>" or " from <device>"
where the <device> part looks like a hyperlink and, when clicked, shows the popup to change the device.
If there is only one device available, we suppress the whole thing and thus avoid confusion.
Diffstat (limited to 'src/rolewidget.h')
-rw-r--r-- | src/rolewidget.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/rolewidget.h b/src/rolewidget.h index 955364c..bbd39d6 100644 --- a/src/rolewidget.h +++ b/src/rolewidget.h @@ -33,7 +33,6 @@ public: Glib::ustring role; Glib::ustring device; - virtual void onDeviceChange(); virtual void onMuteToggleButton(); virtual void executeVolumeUpdate(); }; |