From c7571c5f7f3767adf5b1bd12cfa64e81bc517998 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Thu, 28 Jun 2012 00:49:35 +0000 Subject: fix test background (Manuel Hiebel, mga#6349) image was moved in desktop-common-data --- NEWS | 1 + lib/Xconfig/test.pm | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index c42c5bb..98e4491 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,5 @@ - allow to select depth other than 16bit on Poulsbo (mga#5695) +- fix test background (Manuel Hiebel, mga#6349) - keyboardrake: o german keyboard: default to variant with enabled deadkeys instead of "nodeadkeys variant" (mga#3791) 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); -- cgit v1.2.1