nemo r24 - in trunk: common gtk
- From: arj svn gnome org
- To: svn-commits-list gnome org
- Subject: nemo r24 - in trunk: common gtk
- Date: Mon, 7 Jan 2008 10:39:09 +0000 (GMT)
Author: arj
Date: Mon Jan 7 10:39:09 2008
New Revision: 24
URL: http://svn.gnome.org/viewvc/nemo?rev=24&view=rev
Log:
Minor cleanups
Modified:
trunk/common/Common.cs
trunk/gtk/FixedResizeWidget.cs
Modified: trunk/common/Common.cs
==============================================================================
--- trunk/common/Common.cs (original)
+++ trunk/common/Common.cs Mon Jan 7 10:39:09 2008
@@ -173,6 +173,7 @@
return builder.ToString();
}
+ // does short-circuiting
public static bool reduce(IEnumerable<bool> l)
{
IEnumerator<bool> i = l.GetEnumerator();
Modified: trunk/gtk/FixedResizeWidget.cs
==============================================================================
--- trunk/gtk/FixedResizeWidget.cs (original)
+++ trunk/gtk/FixedResizeWidget.cs Mon Jan 7 10:39:09 2008
@@ -129,13 +129,9 @@
private void size_changed(Gdk.Rectangle allocation)
{
- System.Console.WriteLine("size changed");
-
if (allocation.Height == last_allocation.Height && allocation.Width == last_allocation.Width)
return;
- System.Console.WriteLine("go go gadget");
-
last_allocation = allocation;
foreach (Widget i in Children)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]