[banshee] InternetRadio: refresh UI after editing station (bgo#692153)
- From: Andrés Aragoneses <aaragoneses src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] InternetRadio: refresh UI after editing station (bgo#692153)
- Date: Mon, 6 May 2013 20:53:02 +0000 (UTC)
commit e5475314a7825fd6505dcf327c86b3b09e8c4d92
Author: Rashid Khan <rashood khan gmail com>
Date: Mon May 6 21:51:44 2013 +0100
InternetRadio: refresh UI after editing station (bgo#692153)
Due to UI not loading again after editing a station, the genres were
not being updated and therefore the list could contain genres that
don't exist anymore, or lack new genres being introduced.
Signed-off-by: Andres G. Aragoneses <knocte gmail com>
.../Banshee.InternetRadio/InternetRadioSource.cs | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/Extensions/Banshee.InternetRadio/Banshee.InternetRadio/InternetRadioSource.cs
b/src/Extensions/Banshee.InternetRadio/Banshee.InternetRadio/InternetRadioSource.cs
index 5306e74..8267cb8 100644
--- a/src/Extensions/Banshee.InternetRadio/Banshee.InternetRadio/InternetRadioSource.cs
+++ b/src/Extensions/Banshee.InternetRadio/Banshee.InternetRadio/InternetRadioSource.cs
@@ -274,6 +274,8 @@ namespace Banshee.InternetRadio
if (destroy) {
editor.Response -= OnStationEditorResponse;
editor.Destroy ();
+
+ Reload ();
}
}
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]