[seahorse-plugins] Added schema for key /apps/seahorse/applet/display_verified_clipboard
- From: Pablo Castellano <pablog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [seahorse-plugins] Added schema for key /apps/seahorse/applet/display_verified_clipboard
- Date: Fri, 14 May 2010 17:15:45 +0000 (UTC)
commit 180d3ab2643bf32dbbfb47f0db1cec293276dc07
Author: Pablo Castellano <pablog src gnome org>
Date: Sat Mar 20 11:56:02 2010 +0100
Added schema for key /apps/seahorse/applet/display_verified_clipboard
Minor: added clarifying comment to dvi_cb function
data/seahorse-plugins.schemas.in | 14 +++++++++++++-
plugins/applet/seahorse-applet.c | 1 +
2 files changed, 14 insertions(+), 1 deletions(-)
---
diff --git a/data/seahorse-plugins.schemas.in b/data/seahorse-plugins.schemas.in
index 17d4e49..2ef6e81 100644
--- a/data/seahorse-plugins.schemas.in
+++ b/data/seahorse-plugins.schemas.in
@@ -107,7 +107,19 @@
<default>FALSE</default>
<locale name="C">
<short>Display clipboard after decrypting</short>
- <long>After performing an decrypt or verify operation from the applet,
+ <long>After performing an decrypt operation from the applet,
+ display the resulting text in a window.</long>
+ </locale>
+ </schema>
+ <schema>
+ <key>/schemas/apps/seahorse/applet/display_verified_clipboard</key>
+ <applyto>/apps/seahorse/applet/display_verified_clipboard</applyto>
+ <owner>seahorse</owner>
+ <type>bool</type>
+ <default>FALSE</default>
+ <locale name="C">
+ <short>Display clipboard after verifying</short>
+ <long>After performing a verify operation from the applet,
display the resulting text in a window.</long>
</locale>
</schema>
diff --git a/plugins/applet/seahorse-applet.c b/plugins/applet/seahorse-applet.c
index 3e3e6a0..e82873b 100644
--- a/plugins/applet/seahorse-applet.c
+++ b/plugins/applet/seahorse-applet.c
@@ -654,6 +654,7 @@ dvi_received (GtkClipboard *board, const gchar *text, SeahorseApplet *sapplet)
}
}
+/* Decrypt/Verify/Import callback */
static void
dvi_cb (GtkMenuItem *menuitem, SeahorseApplet *sapplet)
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]