banshee r3409 - in trunk/banshee: . src/Core/Banshee.ThickClient/Banshee.Gui.Widgets



Author: abock
Date: Tue Mar 11 00:30:14 2008
New Revision: 3409
URL: http://svn.gnome.org/viewvc/banshee?rev=3409&view=rev

Log:
2008-03-10  Aaron Bockover  <abock gnome org>

    * src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/UserJobTile.cs:
    Patch from Lukas Lipka to use the stop icon instead of close icon
    in the UserJobTile widget (BGO #520342)



Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/UserJobTile.cs

Modified: trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/UserJobTile.cs
==============================================================================
--- trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/UserJobTile.cs	(original)
+++ trunk/banshee/src/Core/Banshee.ThickClient/Banshee.Gui.Widgets/UserJobTile.cs	Tue Mar 11 00:30:14 2008
@@ -83,7 +83,7 @@
             progress_bar.Text = " ";
             progress_bar.Show ();
             
-            cancel_button = new Button (new Image (Stock.Close, IconSize.Menu));
+            cancel_button = new Button (new Image (Stock.Stop, IconSize.Menu));
             cancel_button.Relief = ReliefStyle.None;
             cancel_button.ShowAll ();
             cancel_button.Clicked += OnCancelClicked;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]