[Monodevelop-patches-list] r509 - trunk/MonoDevelop/src/Main/Base/Gui/Dialogs
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Fri Jan 16 22:29:47 EST 2004
Author: benm
Date: 2004-01-16 22:29:47 -0500 (Fri, 16 Jan 2004)
New Revision: 509
Modified:
trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/NewFileDialog.cs
trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/NewProjectDialog.cs
Log:
remove icons that we dont need
Modified: trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/NewFileDialog.cs
===================================================================
--- trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/NewFileDialog.cs 2004-01-17 03:27:58 UTC (rev 508)
+++ trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/NewFileDialog.cs 2004-01-17 03:29:47 UTC (rev 509)
@@ -346,9 +346,9 @@
TreeViewColumn catColumn = new TreeViewColumn ();
catColumn.Title = "categories";
- CellRendererPixbuf cat_pix_render = new CellRendererPixbuf ();
- catColumn.PackStart (cat_pix_render, false);
- catColumn.AddAttribute (cat_pix_render, "pixbuf", 3);
+ //CellRendererPixbuf cat_pix_render = new CellRendererPixbuf ();
+ //catColumn.PackStart (cat_pix_render, false);
+ //catColumn.AddAttribute (cat_pix_render, "pixbuf", 3);
CellRendererText cat_text_render = new CellRendererText ();
catColumn.PackStart (cat_text_render, true);
Modified: trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/NewProjectDialog.cs
===================================================================
--- trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/NewProjectDialog.cs 2004-01-17 03:27:58 UTC (rev 508)
+++ trunk/MonoDevelop/src/Main/Base/Gui/Dialogs/NewProjectDialog.cs 2004-01-17 03:29:47 UTC (rev 509)
@@ -382,9 +382,9 @@
TreeViewColumn catColumn = new TreeViewColumn ();
catColumn.Title = "categories";
- CellRendererPixbuf cat_pix_render = new CellRendererPixbuf ();
- catColumn.PackStart (cat_pix_render, false);
- catColumn.AddAttribute (cat_pix_render, "pixbuf", 2);
+ //CellRendererPixbuf cat_pix_render = new CellRendererPixbuf ();
+ //catColumn.PackStart (cat_pix_render, false);
+ //catColumn.AddAttribute (cat_pix_render, "pixbuf", 2);
CellRendererText cat_text_render = new CellRendererText ();
catColumn.PackStart (cat_text_render, true);
More information about the Monodevelop-patches-list
mailing list