Michal Bukovjan <[EMAIL PROTECTED]> writes:

> Guillaume Cottenceau wrote:
> > Michal Bukovjan <[EMAIL PROTECTED]> writes:
> >
> >>Hi,
> >>
> >>after a short period of the fix-up of the problem I reported
> >>recently (I believe it was .12 or .13mdk), the bug is back on
> >>current Cooker (0.16).
> > normally, 9.1-0.15mdk was the fixed version, as per the
> > changelog.
> >
> Hmm, it started to WFM with version .13mdk, I think. I jumped
> today to .16mdk, and it stopped working (reverted to buggy
> behaviour).
> 
> Note that I test with drakconfig[.real] - the main screen is broken.
> 
> > hum, it seems the following is normal for me:
> > http://people.mandrakesoft.com/~gc/t/meuh.png
> 
> This screenshot looks correct.
> 
> > (using << LANGUAGE=cs LC_ALL=cs mousedrake >>) as of:
> > drakxtools-newt-9.1-0.16mdk
> > perl-GTK2-0.0.cvs.2003.01.27.1-1mdk
> > drakxtools-9.1-0.16mdk
> >
> I have exactly the same packages and setup.

But what about mousedrake? Is mcc only broken?

Titi, I think the problem is probably that you should do the same
than what I did to rpmdrake.pm to fix mcc.

--- rpmdrake.pm 21 Jan 2003 10:58:55 -0000      1.25
+++ rpmdrake.pm 24 Jan 2003 13:27:55 -0000      1.26
@@ -41,9 +41,12 @@
 }
 ugtk2::add_icon_path('/usr/share/rpmdrake/icons');
 
+c::bind_textdomain_codeset('rpmdrake', 'UTF8');
 sub translate {
     my ($s) = @_;
-    $s ? c::dgettext('rpmdrake', $s) : '';
+    my $r = $s ? c::dgettext('rpmdrake', $s) : '';
+    c::set_tagged_utf8($r);
+    $r;
 }
 sub sprintf_fixutf8 {
     my $need_upgrade;



-- 
Guillaume Cottenceau - http://people.mandrakesoft.com/~gc/

Reply via email to