summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xcontrol-center2
-rw-r--r--drakconf.spec8
2 files changed, 7 insertions, 3 deletions
diff --git a/control-center b/control-center
index 5e3b8941..f41a84e5 100755
--- a/control-center
+++ b/control-center
@@ -445,7 +445,7 @@ $darea1->signal_connect( expose_event => sub {
my $cursor = new Gtk::Gdk::Cursor 15;
foreach (@tree) {
- my $w = gtkicons_labels_widget($_->[2], $window_global, "#0#0#0", $darea1->style,
+ my $w = gtkicons_labels_widget($_->[2], $window_global, "#0#0#0", $darea1,
$pixmap_back_right, 540, 460, 55, 50, 50, 50, 50, 50, \&compute_exec_string, $exec_hash);
$notebook_global->append_page($w);
}
diff --git a/drakconf.spec b/drakconf.spec
index 2acadf72..2171f0ee 100644
--- a/drakconf.spec
+++ b/drakconf.spec
@@ -2,7 +2,7 @@
# do not edit here, but in cvs/soft/control-center
%define name drakconf
%define version 0.96
-%define release 9mdk
+%define release 10mdk
Summary: The Mandrake Control Center
Name: %{name}
@@ -19,7 +19,7 @@ Group: System/Configuration/Other
Url: http://www.mandrakelinux.com/en/cvs.php3
Obsoletes: DrakConf
Provides: DrakConf
-Requires: mandrake-release, drakxtools >= 1.1.7-88mdk, gtk+mdk, perl-GTK, perl-GTK-GdkImlib, usermode, drakfloppy >= 0.43-8mdk,
+Requires: mandrake-release, drakxtools >= 1.1.7-89mdk, gtk+mdk, perl-GTK, perl-GTK-GdkImlib, usermode, drakfloppy >= 0.43-8mdk,
Requires: popt >= 1.6, harddrake >= 0.9.3-23mdk, XFree86-100dpi-fonts, menudrake >= 0.6.5
Requires: rxvt
BuildRoot: %{_tmppath}/%{name}-%{version}-buildroot
@@ -103,6 +103,10 @@ rm -rf $RPM_BUILD_ROOT
%config(noreplace) %{_sysconfdir}/security/console.apps/mcc
%changelog
+* Sun Mar 3 2002 Pixel <pixel@mandrakesoft.com> 0.96-10mdk
+- pass the widget to gtkicons_labels_widget instead of directly passing the font
+ => really fix the font in non iso1/iso15
+
* Sun Mar 3 2002 Pixel <pixel@mandrakesoft.com> 0.96-9mdk
- pass the style to gtkicons_labels_widget instead of directly passing the font
=> fix the font in non iso1/iso15