tomboy r1818 - in trunk: . Tomboy/Notebooks



Author: btimothy
Date: Mon Jan 28 23:09:11 2008
New Revision: 1818
URL: http://svn.gnome.org/viewvc/tomboy?rev=1818&view=rev

Log:
2008-01-28  Boyd Timothy <btimothy gmail com> 

        * Tomboy/Notebooks/NotebookApplicationAddin.cs: Adjust the notebook
          icon in the search window file menu to not have a "new" star so
          it's consistent with Tomboy's main menu in the panel.



Modified:
   trunk/ChangeLog
   trunk/Tomboy/Notebooks/NotebookApplicationAddin.cs

Modified: trunk/Tomboy/Notebooks/NotebookApplicationAddin.cs
==============================================================================
--- trunk/Tomboy/Notebooks/NotebookApplicationAddin.cs	(original)
+++ trunk/Tomboy/Notebooks/NotebookApplicationAddin.cs	Mon Jan 28 23:09:11 2008
@@ -110,7 +110,7 @@
 			if (imageitem != null) {
 				if (imageitem is Gtk.ImageMenuItem) {
 					Gtk.ImageMenuItem imageItem = imageitem as Gtk.ImageMenuItem;
-					(imageItem.Image as Gtk.Image).Pixbuf = newNotebookIcon;
+					(imageItem.Image as Gtk.Image).Pixbuf = notebookIcon;
 				}
 				mainWindowNotebookMenu = new Gtk.Menu ();
 				imageitem.Submenu = mainWindowNotebookMenu;



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