[anjuta] git: Make the OK button the default in the Create Branch 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 Create Branch dialog
- Date: Tue, 28 Jul 2009 04:47:46 +0000 (UTC)
commit 59bb0bb59cb98f49a274fa798cbeb7bf31f13424
Author: James Liggett <jrliggett cox net>
Date: Mon Jul 27 21:16:13 2009 -0700
git: Make the OK button the default in the Create Branch 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 70b0181..c0099c2 100644
--- a/plugins/git/anjuta-git.ui
+++ b/plugins/git/anjuta-git.ui
@@ -1440,7 +1440,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="use_stock">True</property>
</object>
<packing>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]