nemo r116 - trunk/gtk



Author: arj
Date: Tue Aug  5 16:12:24 2008
New Revision: 116
URL: http://svn.gnome.org/viewvc/nemo?rev=116&view=rev

Log:
Fix mono 1.9.1 compile problem



Modified:
   trunk/gtk/FixedResizeWidget.cs

Modified: trunk/gtk/FixedResizeWidget.cs
==============================================================================
--- trunk/gtk/FixedResizeWidget.cs	(original)
+++ trunk/gtk/FixedResizeWidget.cs	Tue Aug  5 16:12:24 2008
@@ -361,7 +361,7 @@
 							if (c >= group.slots && !group.has_only_one_more(c))
 		                		break;
 
-							RightClickInactiveItemButton b = create_right_click_button<RightClickInactiveItemButton>(element.wrapper.item, (int)(1.5*button_width));
+							RightClickInactiveItemButton b = parent.create_right_click_button<RightClickInactiveItemButton>(element.wrapper.item, (int)(1.5*button_width));
 
 							layout.Put(b, 0, c*line_height);
 		            		
@@ -466,4 +466,4 @@
 			}
 		}
 	}
-}
\ No newline at end of file
+}



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]