[Monodevelop-patches-list] r898 - in trunk/MonoDevelop: build/data/options build/data/resources/icons src/Main/Base/Gui/CompletionDatabaseWizard
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Sat Feb 14 00:57:44 EST 2004
Author: jluke
Date: 2004-02-14 00:57:43 -0500 (Sat, 14 Feb 2004)
New Revision: 898
Modified:
trunk/MonoDevelop/build/data/options/Makefile.am
trunk/MonoDevelop/build/data/resources/icons/GeneralWizardBackground
trunk/MonoDevelop/src/Main/Base/Gui/CompletionDatabaseWizard/ChooseLocationPanel.cs
Log:
bye bye fishy
(until a real replacement comes along)
Modified: trunk/MonoDevelop/build/data/options/Makefile.am
===================================================================
--- trunk/MonoDevelop/build/data/options/Makefile.am 2004-02-14 05:51:24 UTC (rev 897)
+++ trunk/MonoDevelop/build/data/options/Makefile.am 2004-02-14 05:57:43 UTC (rev 898)
@@ -3,8 +3,8 @@
mdoptionsdir = $(monodevelopdir)/data/options
mdoptions_DATA = DefaultEditingLayout.xml \
MonoDevelopProperties.xml \
- SharpDevelop-templates.xml \
- SharpDevelop-tools.xml \
+ MonoDevelop-templates.xml \
+ MonoDevelop-tools.xml \
TipsOfTheDay.xml
EXTRA_DIST = $(mdoptions_DATA)
Modified: trunk/MonoDevelop/build/data/resources/icons/GeneralWizardBackground
===================================================================
(Binary files differ)
Modified: trunk/MonoDevelop/src/Main/Base/Gui/CompletionDatabaseWizard/ChooseLocationPanel.cs
===================================================================
--- trunk/MonoDevelop/src/Main/Base/Gui/CompletionDatabaseWizard/ChooseLocationPanel.cs 2004-02-14 05:51:24 UTC (rev 897)
+++ trunk/MonoDevelop/src/Main/Base/Gui/CompletionDatabaseWizard/ChooseLocationPanel.cs 2004-02-14 05:57:43 UTC (rev 898)
@@ -104,6 +104,8 @@
RadioButton appDirRadioButton = new RadioButton ("Use current user's application directory");
appDirRadioButton.Active = true;
appDirRadioButton.Toggled += new EventHandler (SetEnableStatus);
+
+ //FIXME: only should be sensitive if you can write to it
sharpDevelopDirRadioButton = new RadioButton (appDirRadioButton, "Use SharpDevelop application directory");
sharpDevelopDirRadioButton.Toggled += new EventHandler (SetEnableStatus);
specifyLocationRadioButton = new RadioButton (appDirRadioButton, "Specify code completion database location");
More information about the Monodevelop-patches-list
mailing list