[mono/monodevelop] dab625a4: [Ide] Another try to fix 'Bug 15296 - MonoDevelop : `Navigate To`

Mike Krüger ([email protected]) <[email protected]>
Newsgroups gmane.comp.gnome.mono.patches
Message-ID <00000141c4c21a9f-0c7dc219-d825-4483-acf4-b72328096493-000000@email.amazonses.com>
   Branch: refs/heads/master
     Home: https://github.com/mono/monodevelop
  Compare: https://github.com/mono/monodevelop/compare/4a57c750b608...dab625a4774f

   Commit: dab625a4774f8846838a7e297b7664cc53616f34
   Author: Mike Krüger <[email protected]> (mkrueger)
     Date: 2013-10-17 04:50:41 GMT
      URL: https://github.com/mono/monodevelop/commit/dab625a4774f8846838a7e297b7664cc53616f34

[Ide] Another try to fix 'Bug 15296 - MonoDevelop : `Navigate To`
dialog eventually freezes Monodevelop'

Changed paths:
  M main/src/core/MonoDevelop.Ide/MonoDevelop.Components.MainToolbar/SearchPopupWindow.cs

Modified: main/src/core/MonoDevelop.Ide/MonoDevelop.Components.MainToolbar/SearchPopupWindow.cs
===================================================================
@@ -127,6 +127,7 @@ public SearchPopupWindow ()
 
 			Events = Gdk.EventMask.ButtonPressMask | Gdk.EventMask.ButtonMotionMask | Gdk.EventMask.ButtonReleaseMask | Gdk.EventMask.ExposureMask | Gdk.EventMask.PointerMotionMask;
 			ItemActivated += (sender, e) => OpenFile ();
+			/*
 			SizeRequested += delegate(object o, SizeRequestedArgs args) {
 				if (inResize)
 					return;
@@ -139,7 +140,7 @@ public SearchPopupWindow ()
 						Visible = true;
 					inResize = false;
 				}
-			};
+			};*/
 		}
 		bool inResize = false;
 
_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.