[Monodevelop-patches-list] r934 - trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Gui
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Tue Feb 17 00:41:15 EST 2004
Author: tberman
Date: 2004-02-17 00:41:15 -0500 (Tue, 17 Feb 2004)
New Revision: 934
Modified:
trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Gui/SourceEditorView.cs
Log:
removing the use of the ugly c hack
Modified: trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Gui/SourceEditorView.cs
===================================================================
--- trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Gui/SourceEditorView.cs 2004-02-17 05:34:33 UTC (rev 933)
+++ trunk/MonoDevelop/src/AddIns/DisplayBindings/SourceEditor/Gui/SourceEditorView.cs 2004-02-17 05:41:15 UTC (rev 934)
@@ -62,7 +62,7 @@
public void SimulateKeyPress (ref Gdk.EventKey evnt)
{
- Glue.SimulateKeyPress (Handle, ref evnt);
+ Gtk.Global.PropagateEvent (this, evnt);
}
protected override bool OnKeyPressEvent (Gdk.EventKey evnt)
More information about the Monodevelop-patches-list
mailing list