~ubuntu-branches/ubuntu/trusty/anjuta/trusty-proposed

« back to all changes in this revision

Viewing changes to plugins/debug-manager/anjuta-debug-manager.xml

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2012-01-19 16:05:21 UTC
  • mfrom: (1.1.42)
  • Revision ID: package-import@ubuntu.com-20120119160521-k0ouxf9unrqif17k
Tags: 2:3.3.4-0ubuntu1
* New upstream version
* debian/patches/workaround_python_config_bug.patch:
  - workaround python-config bug
* debian/patches/02_skip_directories_when_reading_schema_files.patch:
  - dropped, the issue is fixed in the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
                <menuitem name="UpdateAllWatch" action="ActionDmaUpdateAllWatch" />
87
87
                <menuitem name="RemoveAllWatch" action="ActionDmaRemoveAllWatch" />
88
88
        </popup>
89
 
        <popup name="PopupThread">
90
 
                <menuitem name="SetCurrentThread" action="ActionDmaSetCurrentThread" />
91
 
                <menuitem name="JumpToThread" action="ActionDmaJumpToThread" />
92
 
        </popup>
93
89
        <popup name="PopupSignals">
94
90
                <menuitem name="SendSignal" action="ActionDmaSignalSend" />
95
91
                <menuitem name="UpdateSignalList" action="ActionDmaSignalUpdate" />