[seahorse-plugins] Revert "Added schema for key /apps/seahorse/applet/display_verified_clipboard"



commit 08765e1fb002f7848c63c4fb05c277fc1daedc23
Author: Pablo Castellano <pablog src gnome org>
Date:   Sat May 15 00:47:50 2010 +0200

    Revert "Added schema for key /apps/seahorse/applet/display_verified_clipboard"
    
    This reverts commit 180d3ab2643bf32dbbfb47f0db1cec293276dc07.
    Sorry, I thought that string freeze period had already passed.
    Thanks to Claude Paroz for noticing it.

 data/seahorse-plugins.schemas.in |   14 +-------------
 plugins/applet/seahorse-applet.c |    1 -
 2 files changed, 1 insertions(+), 14 deletions(-)
---
diff --git a/data/seahorse-plugins.schemas.in b/data/seahorse-plugins.schemas.in
index 2ef6e81..17d4e49 100644
--- a/data/seahorse-plugins.schemas.in
+++ b/data/seahorse-plugins.schemas.in
@@ -107,19 +107,7 @@
             <default>FALSE</default>
             <locale name="C">
                 <short>Display clipboard after decrypting</short>
-                <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,
+                <long>After performing an decrypt or 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 e82873b..3e3e6a0 100644
--- a/plugins/applet/seahorse-applet.c
+++ b/plugins/applet/seahorse-applet.c
@@ -654,7 +654,6 @@ 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]