Requesting string freeze break for Deskbar-Applet



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi!

My request concerns bug #478067 [1]:
<quote>
gconftool complains when installing deskbar-applet:

You must have at least one <locale> entry in a <schema>
</quote>

This occurred, because I reverted a change made previously while in
string freeze. To avoid requesting a string freeze break I thought I
could safely remove the locale part from the schema. Unfortunately, this
is not the case and I'm sorry for that.

The patch adds back the locale part and therefore the window_x and
window_y keys will be installed correctly.

The new strings only appear in gconf-editor and not in Deskbar-Applet
itsself. So translators can take their time to translate it.

[1]: http://bugzilla.gnome.org/show_bug.cgi?id=478067

- --
Greetings,
Sebastian Pölsterl
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFG8Arp1ygZeJ3lLIcRAnmsAJ4q3Sj8IUlU1zF6Z0Dc16Tz3GUG7QCgjtSg
+92IYlNIuLlc2WsHbS+c40k=
=Cp7N
-----END PGP SIGNATURE-----
Index: /home/sebp/workspace/deskbar-applet/data/deskbar-applet.schemas.in
===================================================================
--- /home/sebp/workspace/deskbar-applet/data/deskbar-applet.schemas.in	(revision 1676)
+++ /home/sebp/workspace/deskbar-applet/data/deskbar-applet.schemas.in	(working copy)
@@ -111,7 +111,11 @@
 			<applyto>/apps/deskbar/window_x</applyto>
 			<owner>deskbar</owner>
 			<type>int</type>
-	        	<default>100</default>
+	        <default>100</default>
+	        <locale name="C"> 	 
+		        <short>X-coordinate of window</short> 	 
+		        <long>The default position of the window on the screen (x-coordinate)</long> 	 
+			</locale>
 		</schema>
 		<schema>
 			<key>/schemas/apps/deskbar/window_y</key>
@@ -118,7 +122,11 @@
 			<applyto>/apps/deskbar/window_y</applyto>
 			<owner>deskbar</owner>
 			<type>int</type>
-	        	<default>100</default>
+	        <default>100</default>
+	         <locale name="C"> 	 
+	             <short>Y-coordinate of window</short> 	 
+	             <long>The default position of the window on the screen (y-coordinate)</long> 	 
+             </locale>
 		</schema>
 		<schema>
 			<key>/schemas/apps/deskbar/hide_after_action</key>


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