[Esbox-commits] r1960 - branches/work_Ed/org.maemo.esbox.launch.analysis

eswartz at garage.maemo.org eswartz at garage.maemo.org
Thu Aug 13 19:43:52 EEST 2009


Author: eswartz
Date: 2009-08-13 19:43:51 +0300 (Thu, 13 Aug 2009)
New Revision: 1960

Modified:
   branches/work_Ed/org.maemo.esbox.launch.analysis/plugin.xml
Log:
Fix handler conflict in Ltrace shortcuts

Modified: branches/work_Ed/org.maemo.esbox.launch.analysis/plugin.xml
===================================================================
--- branches/work_Ed/org.maemo.esbox.launch.analysis/plugin.xml	2009-08-13 14:54:28 UTC (rev 1959)
+++ branches/work_Ed/org.maemo.esbox.launch.analysis/plugin.xml	2009-08-13 16:43:51 UTC (rev 1960)
@@ -186,7 +186,7 @@
       <shortcut
             class="org.maemo.esbox.internal.analysis.launch.ESboxCppLtraceLocalLaunchShortcut"
             icon="icons/full/obj16/ltrace.gif"
-            id="maemoLtraceShortcut"
+            id="maemoLtraceLocalShortcut"
             label="Local Ltrace Profiler"
             modes="profile">
          <contextualLaunch>
@@ -224,7 +224,7 @@
  	 <shortcut
             class="org.maemo.esbox.internal.analysis.launch.ESboxCppLtraceRemoteLaunchShortcut"
             icon="icons/full/obj16/ltrace.gif"
-            id="maemoLtraceShortcut"
+            id="maemoLtraceRemoteShortcut"
             label="Remote Ltrace Profiler"
             modes="profile">
          <contextualLaunch>



More information about the Esbox-commits mailing list