nemo r44 - in trunk: gtk uicommon
- From: arj svn gnome org
- To: svn-commits-list gnome org
- Subject: nemo r44 - in trunk: gtk uicommon
- Date: Mon, 7 Jan 2008 11:03:43 +0000 (GMT)
Author: arj
Date: Mon Jan 7 11:03:43 2008
New Revision: 44
URL: http://svn.gnome.org/viewvc/nemo?rev=44&view=rev
Log:
Remove debug
Modified:
trunk/gtk/MainWindow.cs
trunk/uicommon/Item.cs
trunk/uicommon/PictureItem.cs
Modified: trunk/gtk/MainWindow.cs
==============================================================================
--- trunk/gtk/MainWindow.cs (original)
+++ trunk/gtk/MainWindow.cs Mon Jan 7 11:03:43 2008
@@ -253,10 +253,7 @@
callbacks.Add("file://" + file.path, Helpers.RunInMainThread<string[]>(delegate(string[] result) {
// System.Console.WriteLine("results: {0}", result.Length);
- System.Console.WriteLine("result: {0}", result[1]);
-
- foreach (string t in result)
- System.Console.WriteLine(t);
+// System.Console.WriteLine("result: {0}", result[1]);
if (Nemo.DocumentItem.is_document(result[1]))
{
Modified: trunk/uicommon/Item.cs
==============================================================================
--- trunk/uicommon/Item.cs (original)
+++ trunk/uicommon/Item.cs Mon Jan 7 11:03:43 2008
@@ -139,13 +139,6 @@
protected void parse_fields(string[] fields)
{
- System.Console.WriteLine("parsing fields");
-
- foreach (string field in fields)
- System.Console.WriteLine("'{0}'", field);
-
- System.Console.WriteLine("=========");
-
long long_modify = System.Convert.ToInt64(fields[1]);
this.last_modify = Mono.Unix.Native.NativeConvert.FromTimeT(long_modify);
Modified: trunk/uicommon/PictureItem.cs
==============================================================================
--- trunk/uicommon/PictureItem.cs (original)
+++ trunk/uicommon/PictureItem.cs Mon Jan 7 11:03:43 2008
@@ -51,8 +51,6 @@
string resolution = width + "x" + height;
- System.Console.WriteLine("resolution for file {0} is {1}", file.path, resolution);
-
display_item = (DisplayItem) new DisplayPictureItem(resolution, this);
register_starred_change(display_item.update_starred);
display_item.set_labels();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]