[gedit] Do not let the notebook set the focus to the internal child.
- From: Ignacio Casal Quinteiro <icq src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit] Do not let the notebook set the focus to the internal child.
- Date: Tue, 22 Jun 2010 12:47:33 +0000 (UTC)
commit 2657faa0dc0ce64280263777145b563ea594276a
Author: Ignacio Casal Quinteiro <icq gnome org>
Date: Tue Jun 22 14:46:49 2010 +0200
Do not let the notebook set the focus to the internal child.
gedit/gedit-notebook.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gedit/gedit-notebook.c b/gedit/gedit-notebook.c
index fa5547e..4b0995d 100644
--- a/gedit/gedit-notebook.c
+++ b/gedit/gedit-notebook.c
@@ -209,8 +209,6 @@ gedit_notebook_grab_focus (GtkWidget *widget)
GtkWidget *tab;
gint current_page;
- GTK_WIDGET_CLASS (gedit_notebook_parent_class)->grab_focus (widget);
-
current_page = gtk_notebook_get_current_page (nb);
tab = gtk_notebook_get_nth_page (nb, current_page);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]