Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMassimiliano Mantione <massi@mono-cvs.ximian.com>2008-08-20 12:57:13 +0400
committerMassimiliano Mantione <massi@mono-cvs.ximian.com>2008-08-20 12:57:13 +0400
commit1ee13343c48fe3ecd187b700d1feb734cfd65f85 (patch)
treeb793b0412d7b74df80ed00931f0d19f980d917a5 /Mono.Profiler
parentfd30b0c62796286223898e1db89825d086288477 (diff)
* Main.cs: Fix warning.
* gtk-gui/gui.stetic: regenerated with correct pathnames. svn path=/trunk/mono-tools/; revision=111089
Diffstat (limited to 'Mono.Profiler')
-rw-r--r--Mono.Profiler/heap-snapshot-viewer/ChangeLog4
-rw-r--r--Mono.Profiler/heap-snapshot-viewer/Main.cs2
-rw-r--r--Mono.Profiler/heap-snapshot-viewer/gtk-gui/gui.stetic4
3 files changed, 7 insertions, 3 deletions
diff --git a/Mono.Profiler/heap-snapshot-viewer/ChangeLog b/Mono.Profiler/heap-snapshot-viewer/ChangeLog
index 331e1502..07e9014f 100644
--- a/Mono.Profiler/heap-snapshot-viewer/ChangeLog
+++ b/Mono.Profiler/heap-snapshot-viewer/ChangeLog
@@ -1,3 +1,7 @@
+2008-08-20 Massimiliano Mantione <massi@ximian.com>
+ * Main.cs: Fix warning.
+ * gtk-gui/gui.stetic: regenerated with correct pathnames.
+
2008-08-12 Massimiliano Mantione <massi@ximian.com>
* mprof-heap-viewer.in: Fixed for integration into mono-tools;
diff --git a/Mono.Profiler/heap-snapshot-viewer/Main.cs b/Mono.Profiler/heap-snapshot-viewer/Main.cs
index 786e0a9d..28858a03 100644
--- a/Mono.Profiler/heap-snapshot-viewer/Main.cs
+++ b/Mono.Profiler/heap-snapshot-viewer/Main.cs
@@ -44,7 +44,7 @@ namespace Mono.Profiler
try {
reader = new SeekableLogFileReader (args [0]);
- } catch (IOException e){
+ } catch (IOException){
Console.Error.WriteLine ("It was not possible to open the file {0}", args [0]);
return;
}
diff --git a/Mono.Profiler/heap-snapshot-viewer/gtk-gui/gui.stetic b/Mono.Profiler/heap-snapshot-viewer/gtk-gui/gui.stetic
index 6404b11a..4d303719 100644
--- a/Mono.Profiler/heap-snapshot-viewer/gtk-gui/gui.stetic
+++ b/Mono.Profiler/heap-snapshot-viewer/gtk-gui/gui.stetic
@@ -5,8 +5,8 @@
<target-gtk-version>2.10.2</target-gtk-version>
</configuration>
<import>
- <widget-library name="../../heap-snapshot-explorer/bin/Debug/heap-snapshot-explorer.dll" />
- <widget-library name="../bin/Debug/heap-snapshot-viewer.exe" internal="true" />
+ <widget-library name="../../heap-snapshot-explorer/bin/Debug/mprof-heap-snapshot-explorer.dll" />
+ <widget-library name="../bin/Debug/mprof-heap-viewer.exe" internal="true" />
</import>
<widget class="Gtk.Window" id="Mono.Profiler.MainWindow" design-size="468 300">
<property name="MemberName" />