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

gEDA-cvs: geda_manager.git: branch: master updated (3785ccdb511b0dd37e65f3575510e4071cde8e52)



The branch, master has been updated
       via  3785ccdb511b0dd37e65f3575510e4071cde8e52 (commit)
      from  0c106db157317346503da41f3c915d2f310923be (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    |    1 -
 src/gedamanager.py    |    2 +-
 src/project_popup.xml |    1 -
 3 files changed, 1 insertions(+), 3 deletions(-)


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

commit 3785ccdb511b0dd37e65f3575510e4071cde8e52
Author: Newell Jensen <jensen@xxxxxxxxxxxxxxx>
Date:   Sat Aug 23 17:49:15 2008 -0700

    Routine checkin.

:100644 100644 98b3137... 82fc793... M	src/file_popup.xml
:100644 100644 dfb1f2b... 1c567ca... M	src/gedamanager.py
:100644 100644 a611254... ac7b532... M	src/project_popup.xml

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

commit 3785ccdb511b0dd37e65f3575510e4071cde8e52
Author: Newell Jensen <jensen@xxxxxxxxxxxxxxx>
Date:   Sat Aug 23 17:49:15 2008 -0700

    Routine checkin.

diff --git a/src/file_popup.xml b/src/file_popup.xml
index 98b3137..82fc793 100644
--- a/src/file_popup.xml
+++ b/src/file_popup.xml
@@ -3,7 +3,6 @@
     <separator/>
     <menuitem action="Open in Editor"/>
     <menuitem action="Remove File from Project"/>
-    <menuitem action="Copy Existing Dependency for Selected File to the Project..."/>
     <separator/>
   </popup>
 </ui>
diff --git a/src/gedamanager.py b/src/gedamanager.py
index dfb1f2b..1c567ca 100644
--- a/src/gedamanager.py
+++ b/src/gedamanager.py
@@ -1398,7 +1398,7 @@ class gEDAManager:
                 #('Rename', None, '_Rename', None, None, self.cb_rename),
                                 ('Remove File from Project', gtk.STOCK_REMOVE, 'R_emove File from Project', None, None, self.cb_remove_file_from_project),
 #                                ('Delete', gtk.STOCK_DELETE, '_Delete', '<Control>d', None, self.cb_delete),
-                                ('Copy Existing Dependency for Selected File to the Project...', gtk.STOCK_COPY, 'Copy Existing _Dependency for Selected File to the Project...', None, None, self.cb_add_copy_dependency),
+#                                ('Copy Existing Dependency for Selected File to the Project...', gtk.STOCK_COPY, 'Copy Existing _Dependency for Selected File to the Project...', None, None, self.cb_add_copy_dependency),
                                 ('New Source...', gtk.STOCK_FILE, '_New Source...', None, None, self.cb_new_source),
                                 ('Copy Existing Source To Project...', gtk.STOCK_COPY, '_Copy Existing Source To Project...', None, None, self.cb_add_copy_source),
                                 ('New Folder', gtk.STOCK_DIRECTORY, 'New _Folder', None, None, self.cb_new_folder),
diff --git a/src/project_popup.xml b/src/project_popup.xml
index a611254..ac7b532 100644
--- a/src/project_popup.xml
+++ b/src/project_popup.xml
@@ -4,7 +4,6 @@
     <menuitem action="New Folder"/>
     <menuitem action="New Source..."/>
     <menuitem action="Copy Existing Source To Project..."/>
-    <menuitem action="Rename"/>
     <separator/>
   </popup>
 </ui>




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