[banshee] [Podcasting] Make add/refresh not important (icons only)
- From: Gabriel Burt <gburt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] [Podcasting] Make add/refresh not important (icons only)
- Date: Wed, 6 Oct 2010 20:38:24 +0000 (UTC)
commit 32ad04704c8ead1d8cbe95a55f85007d22acd2fe
Author: Gabriel Burt <gabriel burt gmail com>
Date: Wed Oct 6 15:11:48 2010 -0500
[Podcasting] Make add/refresh not important (icons only)
Helps with spacing in the otherwise too-crowded header.
.../Banshee.Podcasting.Gui/PodcastActions.cs | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/PodcastActions.cs b/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/PodcastActions.cs
index c96f233..7629e96 100644
--- a/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/PodcastActions.cs
+++ b/src/Extensions/Banshee.Podcasting/Banshee.Podcasting.Gui/PodcastActions.cs
@@ -64,8 +64,9 @@ namespace Banshee.Podcasting.Gui
public PodcastActions (PodcastSource source) : base (ServiceManager.Get<InterfaceActionService> (), "Podcast")
{
this.podcast_source = source;
+ ImportantByDefault = false;
- AddImportant (
+ Add (
new ActionEntry (
"PodcastUpdateAllAction", Stock.Refresh,
Catalog.GetString ("Refresh"), null,//"<control><shift>U",
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]