[banshee] Muinshee: Use the gtk-add icon for the Enqueue button (bgo#551514)
- From: Bertrand Lorentz <blorentz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [banshee] Muinshee: Use the gtk-add icon for the Enqueue button (bgo#551514)
- Date: Sun, 23 Oct 2011 17:14:08 +0000 (UTC)
commit ef9861becb0c46ee58d259290f11ea07406de541
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date: Sun Oct 23 19:08:45 2011 +0200
Muinshee: Use the gtk-add icon for the Enqueue button (bgo#551514)
The stock_timer icon used previously is no longer available.
src/Clients/Muinshee/Muinshee/BaseDialog.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/Clients/Muinshee/Muinshee/BaseDialog.cs b/src/Clients/Muinshee/Muinshee/BaseDialog.cs
index df11370..bb36cb9 100644
--- a/src/Clients/Muinshee/Muinshee/BaseDialog.cs
+++ b/src/Clients/Muinshee/Muinshee/BaseDialog.cs
@@ -93,7 +93,7 @@ namespace Muinshee
AddDefaultCloseButton ();
- Button queue_button = new ImageButton (Catalog.GetString ("En_queue"), "stock_timer");
+ Button queue_button = new ImageButton (Catalog.GetString ("En_queue"), "gtk-add");
AddActionWidget (queue_button, Gtk.ResponseType.Apply);
Button play_button = new ImageButton (Catalog.GetString ("_Play"), "media-playback-start");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]