Le mardi 21 octobre 2008 à 16:49 +0200, Vincent Caron a écrit :
> This one-line patch fixes the problem in my Lenny's epiphany-gecko:
> 
> --- embed/mozilla/GeckoPrintService.cpp.orig    2008-10-21 16:20:11.000000000 
> +0200
> +++ embed/mozilla/GeckoPrintService.cpp 2008-10-21 16:23:34.000000000 +0200
> @@ -62,7 +62,7 @@
>  #define CONF_PRINT_PAGE_TITLE           
> "/apps/epiphany/dialogs/print_page_title"
>  #define CONF_PRINT_PAGE_URL             
> "/apps/epiphany/dialogs/print_page_url"
>  
> -#define LITERAL(s) reinterpret_cast<const nsAString::char_type*>(NS_L(s))
> +#define LITERAL(s) NS_ConvertUTF8toUTF16(s).get()
>  
>  /* From nsIDeviceContext.h */
>  #define NS_ERROR_GFX_PRINTER_BASE (1) /* adjustable :-) */

Thanks a lot for the patch! I’m preparing a new epiphany version.

Cheers,
-- 
 .''`.
: :' :      We are debian.org. Lower your prices, surrender your code.
`. `'       We will add your hardware and software distinctiveness to
  `-        our own. Resistance is futile.

Attachment: signature.asc
Description: Ceci est une partie de message numériquement signée

Reply via email to