From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Wed, 29 Oct 2003 23:31:33 +0300 From: Pavel Tsybulin To: community@altlinux.ru Subject: Re: [Comm] siemens m55 Message-ID: <20031029203133.GA3490@pasha.alkorn.net> References: <200310251038.02866.ynp-home@yandex.ru> <3F9A2A03.9090000@progroup.ru> <20031026191737.GA1586@pasha.alkorn.net> <3F9C22DD.6000004@progroup.ru> <20031026233645.58f433d6.linthong@mail.ru> <3F9CB92C.500@progroup.ru> <20031028222901.GA4850@pasha.alkorn.net> <3F9F604B.9010301@progroup.ru> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="pWyiEgJYm5f9v55/" Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <3F9F604B.9010301@progroup.ru> User-Agent: Mutt/1.4i X-BeenThere: community@altlinux.ru X-Mailman-Version: 2.1.2 Precedence: list Reply-To: community@altlinux.ru List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2003 20:30:03 -0000 X-List-Received-Date: Wed, 29 Oct 2003 20:30:03 -0000 Archived-At: List-Archive: List-Post: --pWyiEgJYm5f9v55/ Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit On Wed, Oct 29, 2003 at 09:38:03AM +0300, Shrek wrote: > |так что теперь русский и пихается, и выпихивается. Уря :-) > | > эээ... как все это поиметь? Все просто :-) Новая scmxx забирается с http://sourceforge.net/project/showfiles.php?group_id=88510 Я брал исходники.tar.gz gscmxx берем с http://sourceforge.net/project/showfiles.php?group_id=59584 пробуем. если в книжках кракозябры, то пробуем патчик из аттача. Паша --pWyiEgJYm5f9v55/ Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="gscmxx.path" --- gscmxx.old 2003-10-29 23:16:23 +0300 +++ gscmxx.new 2003-10-29 23:14:44 +0300 @@ -1578,6 +1578,7 @@ my $row = $clist->append($group, $phonebook{$slot}->{NAME} || "", $phonebook{$slot}->{NUMBER} || ""); &set_row_group_icon($clist, $i, $group); $clist->set_row_data ($row, \$slot); + $clist->set_row_style($row, $styles{default}) ; $i++; } $clist->set_compare_func( \&list_compare_function ); @@ -5271,6 +5272,7 @@ sub setstyles { # layout specific parameters $fontnames{header} = "-*-helvetica-bold-r-normal-*-*-140-*-*-p-*-*-*"; + $fontnames{default} = "-*-helvetica-*-r-normal-*-*-100-*-*-p-*-koi8-r"; $colordefinitions{background} = [65000, 65000, 65000]; $colordefinitions{header} = [0, 0, 0]; @@ -5282,6 +5284,7 @@ # fonts # "-misc-fixed-bold-r-normal-*-*-140-*-*-c-*-iso8859-19"; foreach (keys %fontnames) { + print "trying Font $fontnames{$_}\n" if $DEBUG; if (my $font = Gtk::Gdk::Font->load( $fontnames{$_} ) ) { $fonts{$_} = $font; } else { @@ -5315,6 +5318,7 @@ $styles{default}->light($_, $colors{background}); $styles{default}->mid($_, $colors{background}); $styles{default}->dark($_, $colors{background}); + $styles{default}->font($fonts{default}); }; # style of alternate rows --pWyiEgJYm5f9v55/--