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

gEDA-cvs: geda_manager.git: branch: master updated (514c42b357c8a019043ff1412516d5a87e7491b0)



The branch, master has been updated
       via  514c42b357c8a019043ff1412516d5a87e7491b0 (commit)
      from  3e8c1cb93be292c2a886762289e67fc2c152ff51 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


=========
 Summary
=========

 src/file_popup.xml   |    3 ++-
 src/folder_popup.xml |    3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)


=================
 Commit Messages
=================

commit 514c42b357c8a019043ff1412516d5a87e7491b0
Author: Newell Jensen <jensen@xxxxxxxxxxxxxxxx>
Date:   Wed Dec 3 14:57:15 2008 -0800

    Including some xml changes that I forgot to push to the repo.  The
    changes allow the user to delete files and folders from the project as
    well as rename them.

:100644 100644 82fc793... 8ddac06... M	src/file_popup.xml
:100644 100644 5d23af0... 7b74efe... M	src/folder_popup.xml

=========
 Changes
=========

commit 514c42b357c8a019043ff1412516d5a87e7491b0
Author: Newell Jensen <jensen@xxxxxxxxxxxxxxxx>
Date:   Wed Dec 3 14:57:15 2008 -0800

    Including some xml changes that I forgot to push to the repo.  The
    changes allow the user to delete files and folders from the project as
    well as rename them.

diff --git a/src/file_popup.xml b/src/file_popup.xml
index 82fc793..8ddac06 100644
--- a/src/file_popup.xml
+++ b/src/file_popup.xml
@@ -2,7 +2,8 @@
   <popup>
     <separator/>
     <menuitem action="Open in Editor"/>
-    <menuitem action="Remove File from Project"/>
+    <menuitem action="Rename"/>
+    <menuitem action="Delete"/>
     <separator/>
   </popup>
 </ui>
diff --git a/src/folder_popup.xml b/src/folder_popup.xml
index 5d23af0..7b74efe 100644
--- a/src/folder_popup.xml
+++ b/src/folder_popup.xml
@@ -3,7 +3,8 @@
     <separator/>
     <menuitem action="New Source..."/>
     <menuitem action="New Folder"/>
-    <menuitem action="Remove Folder from Project"/>
+    <menuitem action="Delete Folder"/>
+    <menuitem action="Rename Folder"/>
     <menuitem action="Copy Existing Source To Project..."/>
     <separator/>
   </popup>




_______________________________________________
geda-cvs mailing list
geda-cvs@xxxxxxxxxxxxxx
http://www.seul.org/cgi-bin/mailman/listinfo/geda-cvs