Re: changes to anjuta2



Hmm, did you do a completely new build? (make distclean or remove the
dirs and check them out again).

Are you getting any output in the terminal? (you shouldn't, i fixed all
the warnings).

Oh, i think i know what the problem is. The current code in glimmer uses
the same name in it's XML file for the Preferences menuitem as anjuta2.
You can fix that by applying the attached patch (not in cvs yet). Apply
the patch in the glimmer/data directory (patch -p0 < ui.patch from the
data directory)

HTH,

Jeroen

On Thu, 2003-07-24 at 01:43, John (J5) Palmieri wrote:
> Ok, I compiled everything and there seems to be some breakage here.  The
> project manager doesn't load any projects, error output window does not
> open up anymore and the only prefrence item is the editor prefs so I
> can't even see what plugins are available.  Am I missing something?
> 
> --
> J5
> 
> On Wed, 2003-07-23 at 15:27, Jeroen Zwartepoorte wrote:
> > On Wed, 2003-07-23 at 02:46, John (J5) Palmieri wrote:
> > > Alright, you are the best.  I needed some good news right now after
> > > writting a stance on the whole SCO/Caldera thing for my local LUG. 
> > > Should I start on the renaming or wait?
> > 
> > Yeah, i've committed the stuff i wanted to commit before the renaming
> > could be done. Feel free to start renaming stuff to scaffold.
> > 
> > A "scaffold" module needs to be created as well eventually in gnome cvs.
> > I don't know how moving the stuff to this module works though (keeping
> > the history etc). Perhaps some cvs admins can help with that.
> > 
> > Jeroen
> 
> _______________________________________________
> gnome-devtools mailing list
> gnome-devtools gnome org
> http://mail.gnome.org/mailman/listinfo/gnome-devtools
> 
Index: glimmer-ui.xml
===================================================================
RCS file: /cvs/gnome/glimmer/data/Attic/glimmer-ui.xml,v
retrieving revision 1.1.2.2
diff -u -p -r1.1.2.2 glimmer-ui.xml
--- glimmer-ui.xml	27 Apr 2003 09:50:49 -0000	1.1.2.2
+++ glimmer-ui.xml	24 Jul 2003 07:39:08 -0000
@@ -1,5 +1,8 @@
 <Root>
 	<commands>
+		<cmd name="FilePageSetup" _label="Page Setup"
+		_tip="Setup the page settings"/>
+	
 		<cmd name="FilePrintPreview" _label="Print Preview"
 		_tip="Preview the current document" pixtype="stock" pixname="gtk-print-preview"
 		accel="*Shift**Control*p"/>
@@ -34,7 +37,7 @@
 		<cmd name="EditSelectAll" _label="Select All"
 		_tip="Select all text in the editor" accel="*Control*a"/>
 
-		<cmd name="EditPreferences" _label="Editor Preferences..."
+		<cmd name="EditorPreferences" _label="Editor Preferences"
 		_tip="Configure the editor" pixtype="stock" pixname="gtk-preferences"/>
 
 		<cmd name="SearchFind" _label="Find"
@@ -57,6 +60,7 @@
 		<submenu name="File" _label="_File">
 			<placeholder name="FilePrint">
 				<separator/>
+				<menuitem name="FilePageSetup" verb="" _label="Page Set_up..."/>
 				<menuitem name="FilePrintPreview" verb="" _label="Print Previe_w..."/>
 				<menuitem name="FilePrint" verb="" _label="_Print..."/>
 			</placeholder>
@@ -75,7 +79,7 @@
 				<menuitem name="EditSelectAll" verb="" _label="Select _All"/>
 			</placeholder>
 			<separator/>
-			<menuitem name="EditPreferences" verb="" _label="_Editor Preferences..."/>
+			<menuitem name="EditorPreferences" verb="" _label="_Editor Preferences"/>
 		</submenu>
 		<placeholder name="SearchMenu">
 			<submenu name="Search" _label="_Search">


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