[meld] Remove the default focus request from FileDiff's textview
- From: Kai Willadsen <kaiw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [meld] Remove the default focus request from FileDiff's textview
- Date: Thu, 30 Sep 2010 21:41:53 +0000 (UTC)
commit 467c4ad2a4573d68075012f57f6a1c1cefd86c22
Author: Kai Willadsen <kai willadsen gmail com>
Date: Sun Sep 5 12:29:23 2010 +1000
Remove the default focus request from FileDiff's textview
When the textview is instantiated, FileDiff isn't parented to a
window, so the focus request doesn't work, and generates a warning.
data/ui/filediff.ui | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/data/ui/filediff.ui b/data/ui/filediff.ui
index af838c4..9770410 100644
--- a/data/ui/filediff.ui
+++ b/data/ui/filediff.ui
@@ -76,8 +76,6 @@
<object class="MeldSourceView" id="textview0">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="can_default">True</property>
- <property name="has_default">True</property>
<signal handler="on_textview_button_press_event" name="button_press_event"/>
<signal handler="on_textview_expose_event" name="expose_event"/>
<signal handler="on_textview_focus_in_event" name="focus_in_event"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]