diff --git a/tools/cleanroom/comp02_1.gif b/tools/cleanroom/comp02_1.gif deleted file mode 100644 index f763d0ba..00000000 Binary files a/tools/cleanroom/comp02_1.gif and /dev/null differ diff --git a/tools/cleanroom/comp02_2.gif b/tools/cleanroom/comp02_2.gif deleted file mode 100644 index 6303866c..00000000 Binary files a/tools/cleanroom/comp02_2.gif and /dev/null differ diff --git a/tools/cleanroom/comp02_3.gif b/tools/cleanroom/comp02_3.gif deleted file mode 100644 index 065dc308..00000000 Binary files a/tools/cleanroom/comp02_3.gif and /dev/null differ diff --git a/tools/cleanroom/comp02_7.gif b/tools/cleanroom/comp02_7.gif deleted file mode 100644 index 3c7a3f4b..00000000 Binary files a/tools/cleanroom/comp02_7.gif and /dev/null differ diff --git a/tools/cleanroom/tmp_cleanui.py b/tools/cleanroom/tmp_cleanui.py index 9e9d1317..5f04dd79 100644 --- a/tools/cleanroom/tmp_cleanui.py +++ b/tools/cleanroom/tmp_cleanui.py @@ -47,7 +47,7 @@ class HellowWorldGTK: # read the patches into pixbufs # a horrid hack to get them client->server side for patch in texture.patches: - self.image1.set_from_file(patch.name.lower() + ".gif") + self.image1.set_from_file("../../patches/" + patch.name.lower() + ".gif") patch.pixbuf = self.image1.get_pixbuf() texbuf = gtk.gdk.Pixbuf(