[anjuta] git: Make the OK button the default in the Revert dialog
- From: James Liggett <jrliggett src gnome org>
- To: svn-commits-list gnome org
- Subject: [anjuta] git: Make the OK button the default in the Revert dialog
- Date: Tue, 28 Jul 2009 04:48:17 +0000 (UTC)
commit a00ff23f8710411971f3a305971d5858374a2597
Author: James Liggett <jrliggett cox net>
Date: Mon Jul 27 21:21:13 2009 -0700
git: Make the OK button the default in the Revert dialog
plugins/git/anjuta-git.ui | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/plugins/git/anjuta-git.ui b/plugins/git/anjuta-git.ui
index 240dd6a..da5101e 100644
--- a/plugins/git/anjuta-git.ui
+++ b/plugins/git/anjuta-git.ui
@@ -3157,7 +3157,9 @@
<property name="label">gtk-ok</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="receives_default">True</property>
+ <property name="can_default">True</property>
+ <property name="has_default">True</property>
+ <property name="receives_default">False</property>
<property name="events">GDK_POINTER_MOTION_MASK | GDK_POINTER_MOTION_HINT_MASK | GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK</property>
<property name="use_stock">True</property>
</object>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]