summaryrefslogtreecommitdiffstats
path: root/lib/Xconfig
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mageia.org>2012-06-28 00:49:35 +0000
committerThierry Vignaud <tv@mageia.org>2012-06-28 00:49:35 +0000
commitc7571c5f7f3767adf5b1bd12cfa64e81bc517998 (patch)
tree1ea2e4493e5f4b8048bb6193e4149cfab9d92c21 /lib/Xconfig
parente9feaed2384de0e35bed3ed5587123a5dd154fcc (diff)
downloaddrakx-kbd-mouse-x11-c7571c5f7f3767adf5b1bd12cfa64e81bc517998.tar
drakx-kbd-mouse-x11-c7571c5f7f3767adf5b1bd12cfa64e81bc517998.tar.gz
drakx-kbd-mouse-x11-c7571c5f7f3767adf5b1bd12cfa64e81bc517998.tar.bz2
drakx-kbd-mouse-x11-c7571c5f7f3767adf5b1bd12cfa64e81bc517998.tar.xz
drakx-kbd-mouse-x11-c7571c5f7f3767adf5b1bd12cfa64e81bc517998.zip
fix test background (Manuel Hiebel, mga#6349)
image was moved in desktop-common-data
Diffstat (limited to 'lib/Xconfig')
-rw-r--r--lib/Xconfig/test.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Xconfig/test.pm b/lib/Xconfig/test.pm
index f29a07f..a1764b3 100644
--- a/lib/Xconfig/test.pm
+++ b/lib/Xconfig/test.pm
@@ -113,7 +113,7 @@ sub test {
eval { #- eval it so that missing pixmap will not break the test completely
my $root = gtkroot();
my $gc = Gtk2::Gdk::GC->new($root);
- my $pixbuf = Gtk2::Gdk::Pixbuf->new_from_file("$::prefix/usr/share/mdk/xfdrake/xfdrake-test-card.png");
+ my $pixbuf = Gtk2::Gdk::Pixbuf->new_from_file("$::prefix/usr/share/mga/xfdrake/xfdrake-test-card.png");
my ($w, $h) = ($pixbuf->get_width, $pixbuf->get_height);
my $pixmap = Gtk2::Gdk::Pixmap->new($root, $w, $h, $root->get_depth);
$pixbuf->render_to_drawable($pixmap, $gc, 0, 0, 0, 0, $w, $h, 'none', 0, 0);