gnome-keyring r1584 - in trunk: . daemon/ui



Author: nnielsen
Date: Sat Feb 14 14:22:47 2009
New Revision: 1584
URL: http://svn.gnome.org/viewvc/gnome-keyring?rev=1584&view=rev

Log:
Add strings for fixing of bug #571423

Modified:
   trunk/ChangeLog
   trunk/daemon/ui/gkr-ask-tool.c

Modified: trunk/daemon/ui/gkr-ask-tool.c
==============================================================================
--- trunk/daemon/ui/gkr-ask-tool.c	(original)
+++ trunk/daemon/ui/gkr-ask-tool.c	Sat Feb 14 14:22:47 2009
@@ -217,6 +217,37 @@
 
 /* ------------------------------------------------------------------------------ */
 
+#if 0
+
+/*
+ * Some strings added before string freeze for the fixing of bug: 
+ * http://bugzilla.gnome.org/show_bug.cgi?id=571423
+ */
+
+static void
+grab_strings (void)
+{
+	_("<b><big>Could not grab your mouse.</big></b>"
+		"\n\n"
+		"A malicious client may be eavesdropping "
+		"on your session or you may have just clicked "
+		"a menu or some application just decided to get "
+		"focus."
+		"\n\n"
+		"Try again.");
+	
+	_("<b><big>Could not grab your keyboard.</big></b>"
+		"\n\n"
+		"A malicious client may be eavesdropping "
+		"on your session or you may have just clicked "
+		"a menu or some application just decided to get "
+		"focus."
+		"\n\n"
+		"Try again.");	
+}
+
+#endif
+
 static gchar*
 create_markup (const gchar *primary, const gchar *secondary)
 {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]