From bef2321a83fe3d46eb25dd4e7f1158d4a115bdc6 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 11 Sep 2003 13:10:38 +0000 Subject: always display the log domain names in the same order, that is in english (not l10n) alphabetic order --- perl-install/standalone/logdrake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/standalone/logdrake') diff --git a/perl-install/standalone/logdrake b/perl-install/standalone/logdrake index fc58aa5a3..f97766b65 100755 --- a/perl-install/standalone/logdrake +++ b/perl-install/standalone/logdrake @@ -170,7 +170,7 @@ gtkadd($my_win->{window}, clicked => sub { $refcount_search++; gtkset_sensitive($yy, $refcount_search); - }) } keys %files, + }) } sort keys %files, ) ), 0, gtkadd(gtkset_border_width(new Gtk2::Frame(N("Calendar")),2), -- cgit v1.2.1