Re: Code freeze break request

Andre Klapper <[email protected]> Fri, 07 Mar 2008 22:19:18 +0100
Newsgroups gmane.comp.gnome.vfs.general
Message-ID <[email protected]>
--===============1669437605==
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature";
	boundary="=-3/iGFFXgaQdcZk5VaDs2"


--=-3/iGFFXgaQdcZk5VaDs2
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable

Am Freitag, den 07.03.2008, 21:17 +0100 schrieb Christian Kellner:
> > 1 - Translate cd media names, like N_("Blank CD-ROM Disc"):
> I have an update version of the first patch. We didnt use the
> correct gettext version for it and forgot about another location.
> Sebastien Bacher spotted the error and confirmed it works.
>=20
> Good to commit?

yes. approval 1 of 2.

andre


> Index: hal/ghalmount.c
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> --- hal/ghalmount.c	(revision 1611)
> +++ hal/ghalmount.c	(working copy)
> @@ -209,9 +209,9 @@
>      }
>   =20
>    if (is_blank)
> -    return gettext(disc_data[n].ui_name_blank);
> +    return dgettext (GETTEXT_PACKAGE, disc_data[n].ui_name_blank);
>    else
> -    return gettext(disc_data[n].ui_name);
> +    return dgettext (GETTEXT_PACKAGE, disc_data[n].ui_name);
>  }
> =20
>  typedef struct _MountIconSearchData
> Index: hal/ghalvolume.c
> =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
> --- hal/ghalvolume.c	(revision 1611)
> +++ hal/ghalvolume.c	(working copy)
> @@ -184,9 +184,9 @@
>      }
>   =20
>    if (is_blank)
> -    return disc_data[n].ui_name_blank;
> +    return dgettext (GETTEXT_PACKAGE, disc_data[n].ui_name_blank);
>    else
> -    return disc_data[n].ui_name;
> +    return dgettext (GETTEXT_PACKAGE, disc_data[n].ui_name);
>  }
>=20
> _______________________________________________
> release-team mailing list
> [email protected]
> http://mail.gnome.org/mailman/listinfo/release-team
--=20
 mailto:[email protected] | failed
 http://www.iomc.de/  | http://blogs.gnome.org/aklapper

--=-3/iGFFXgaQdcZk5VaDs2
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: Dies ist ein digital signierter Nachrichtenteil

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.7 (GNU/Linux)

iD8DBQBH0bFVUZw3dUr5LoARAj6SAKDB1341w85AvrAcIrzC+WuOlhaktQCeJCMf
0iDy64/JmMR40mgae8hf+bw=
=FTQT
-----END PGP SIGNATURE-----

--=-3/iGFFXgaQdcZk5VaDs2--


--===============1669437605==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
gnome-vfs-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gnome-vfs-list

--===============1669437605==--