[seahorse] Fixed incorrect signal name
- From: Pablo Castellano <pablog src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [seahorse] Fixed incorrect signal name
- Date: Fri, 12 Feb 2010 18:39:38 +0000 (UTC)
commit e4ea26b9ae7394dd72b8749df14cd7c3f98b097c
Author: Pablo Castellano <pablog src gnome org>
Date: Fri Feb 12 15:26:49 2010 +0100
Fixed incorrect signal name
In the signing key dialog, it was causing the descriptions for
"Not at all/Casually/Very Carefully" not being updated when the
radiobutton changed.
pgp/seahorse-sign.xml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/pgp/seahorse-sign.xml b/pgp/seahorse-sign.xml
index 4316bf4..889a4fb 100644
--- a/pgp/seahorse-sign.xml
+++ b/pgp/seahorse-sign.xml
@@ -116,7 +116,7 @@
<property name="receives_default">False</property>
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
- <signal name="group_changed" handler="on_gpgme_sign_choice_toggled"/>
+ <signal name="toggled" handler="on_gpgme_sign_choice_toggled"/>
</object>
<packing>
<property name="position">0</property>
@@ -131,7 +131,7 @@
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<property name="group">sign-choice-not</property>
- <signal name="group_changed" handler="on_gpgme_sign_choice_toggled"/>
+ <signal name="toggled" handler="on_gpgme_sign_choice_toggled"/>
</object>
<packing>
<property name="position">1</property>
@@ -146,7 +146,7 @@
<property name="use_underline">True</property>
<property name="draw_indicator">True</property>
<property name="group">sign-choice-not</property>
- <signal name="group_changed" handler="on_gpgme_sign_choice_toggled"/>
+ <signal name="toggled" handler="on_gpgme_sign_choice_toggled"/>
</object>
<packing>
<property name="position">2</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]