anjuta r4222 - in trunk: . plugins/editor
- From: sgranjoux svn gnome org
- To: svn-commits-list gnome org
- Subject: anjuta r4222 - in trunk: . plugins/editor
- Date: Wed, 3 Sep 2008 17:48:56 +0000 (UTC)
Author: sgranjoux
Date: Wed Sep 3 17:48:56 2008
New Revision: 4222
URL: http://svn.gnome.org/viewvc/anjuta?rev=4222&view=rev
Log:
* plugins/editor/text_editor.c:
Fix #549857 - goto-line does not provide a mark on left side of editor
Modified:
trunk/ChangeLog
trunk/plugins/editor/text_editor.c
Modified: trunk/plugins/editor/text_editor.c
==============================================================================
--- trunk/plugins/editor/text_editor.c (original)
+++ trunk/plugins/editor/text_editor.c Wed Sep 3 17:48:56 2008
@@ -2106,6 +2106,7 @@
itext_editor_goto_line (IAnjutaEditor *editor, gint lineno, GError **e)
{
text_editor_goto_line (TEXT_EDITOR (editor), lineno, FALSE, TRUE);
+ gtk_widget_grab_focus (TEXT_EDITOR (editor)->scintilla);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]