Re: [Muine] [PATCH] Stop using deprecated Gtk.About, and make links clickable



Here's another patch, this time even more minor, that gets rid of
another obsolete warning. The Gtk.Menu.Popup method has changed some.
Not sure if it started in 2.4 or 2.6, but I guess it can be added to the
growing batch of patches that can't be applied yet if it's too new.

Aaron Gyes
Index: plugins/TrayIcon.cs
===================================================================
RCS file: /cvs/gnome/muine/plugins/TrayIcon.cs,v
retrieving revision 1.5
diff -u -r1.5 TrayIcon.cs
--- plugins/TrayIcon.cs	3 Feb 2006 04:55:32 -0000	1.5
+++ plugins/TrayIcon.cs	13 Feb 2006 03:12:56 -0000
@@ -208,7 +208,7 @@
 				menu_x = (int) args.Event.XRoot - (int) args.Event.X;
 				menu_y = (int) args.Event.YRoot - (int) args.Event.Y;
 
-				menu.Popup (null, null, new MenuPositionFunc (PositionMenu), IntPtr.Zero,
+				menu.Popup (null, null, new MenuPositionFunc (PositionMenu),
 				            args.Event.Button, args.Event.Time);
 				
 				break;


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