[tomboy] Switch AddinInfoDialog from using Gtk.Stock.Info to Gtk.Stock.DialogInfo, fixing bug #508844.



commit 5261f271d3a3b877b9301466989af944df6016bc
Author: Sandy Armstrong <sanfordarmstrong gmail com>
Date:   Sat May 23 06:29:50 2009 -0700

    Switch AddinInfoDialog from using Gtk.Stock.Info to Gtk.Stock.DialogInfo, fixing bug #508844.
---
 Tomboy/PreferencesDialog.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Tomboy/PreferencesDialog.cs b/Tomboy/PreferencesDialog.cs
index 446a9c8..2c34c44 100644
--- a/Tomboy/PreferencesDialog.cs
+++ b/Tomboy/PreferencesDialog.cs
@@ -1235,7 +1235,7 @@ namespace Tomboy
 
 			// TODO: Change this icon to be an addin/package icon
 			Gtk.Image icon =
-			        new Gtk.Image (Gtk.Stock.Info, Gtk.IconSize.Dialog);
+			        new Gtk.Image (Gtk.Stock.DialogInfo, Gtk.IconSize.Dialog);
 			icon.Yalign = 0;
 
 			info_label = new Gtk.Label ();



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