[gnome-keyring] [prompt] Move the 'Prompt for each application' checkbox.
- From: Stefan Walter <stefw src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-keyring] [prompt] Move the 'Prompt for each application' checkbox.
- Date: Mon, 1 Feb 2010 02:32:47 +0000 (UTC)
commit ced76d4e91c35b31f7364464e53873f7e3d090b4
Author: Stef Walter <stef memberwebs com>
Date: Sun Dec 20 17:19:20 2009 +0000
[prompt] Move the 'Prompt for each application' checkbox.
daemon/prompt/gkd-prompt.ui | 34 +++++++++++++++++-----------------
1 files changed, 17 insertions(+), 17 deletions(-)
---
diff --git a/daemon/prompt/gkd-prompt.ui b/daemon/prompt/gkd-prompt.ui
index 4d7ee8e..9c5de3b 100644
--- a/daemon/prompt/gkd-prompt.ui
+++ b/daemon/prompt/gkd-prompt.ui
@@ -279,6 +279,18 @@ An application wants access to the keyring 'xxx', but it is locked.</property>
<property name="orientation">vertical</property>
<property name="spacing">6</property>
<child>
+ <object class="GtkCheckButton" id="per_application_check">
+ <property name="label" translatable="yes">Prompt me for each application that accesses this keyring.</property>
+ <property name="visible">True</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">False</property>
+ <property name="draw_indicator">True</property>
+ </object>
+ <packing>
+ <property name="position">0</property>
+ </packing>
+ </child>
+ <child>
<object class="GtkRadioButton" id="lock_logout_choice">
<property name="label" translatable="yes">Lock this keyring when I log out.</property>
<property name="visible">True</property>
@@ -288,7 +300,7 @@ An application wants access to the keyring 'xxx', but it is locked.</property>
<property name="draw_indicator">True</property>
</object>
<packing>
- <property name="position">0</property>
+ <property name="position">1</property>
</packing>
</child>
<child>
@@ -359,18 +371,6 @@ An application wants access to the keyring 'xxx', but it is locked.</property>
</child>
</object>
<packing>
- <property name="position">1</property>
- </packing>
- </child>
- <child>
- <object class="GtkCheckButton" id="per_application_check">
- <property name="label" translatable="yes">Prompt me for each application that accesses this keyring.</property>
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">False</property>
- <property name="draw_indicator">True</property>
- </object>
- <packing>
<property name="position">2</property>
</packing>
</child>
@@ -473,11 +473,11 @@ An application wants access to the keyring 'xxx', but it is locked.</property>
</object>
<object class="GtkSizeGroup" id="prompt_label_sizegroup">
<widgets>
- <widget name="name_label"/>
- <widget name="original_label"/>
- <widget name="password_label"/>
- <widget name="confirm_label"/>
<widget name="strength_label"/>
+ <widget name="confirm_label"/>
+ <widget name="password_label"/>
+ <widget name="original_label"/>
+ <widget name="name_label"/>
</widgets>
</object>
</interface>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]