From f38c630333e4bcd0b828cdc96ccdb91f575a01f4 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Tue, 11 Jun 2002 10:58:17 +0000 Subject: [PATCH] r1559: Require version 2.0.1 or later of Gtk, due to bugs in 2.0.0. --- ROX-Filer/Help/Changes | 4 ++++ ROX-Filer/src/Docs/Manual.xml | 9 +++++---- ROX-Filer/src/configure.in | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/ROX-Filer/Help/Changes b/ROX-Filer/Help/Changes index ccfa68ab..e5d89304 100644 --- a/ROX-Filer/Help/Changes +++ b/ROX-Filer/Help/Changes @@ -2,6 +2,10 @@ A RISC OS-like filer for X by Thomas Leonard +11-Jun-2002 +~~~~~~~~~~~ +Require version 2.0.1 or later of Gtk, due to bugs in 2.0.0. + 10-Jun-2002 ~~~~~~~~~~~ Updated Spanish translation (Marcelo Ramos). diff --git a/ROX-Filer/src/Docs/Manual.xml b/ROX-Filer/src/Docs/Manual.xml index 2f6ef5ae..1aabf5ba 100644 --- a/ROX-Filer/src/Docs/Manual.xml +++ b/ROX-Filer/src/Docs/Manual.xml @@ -1455,11 +1455,12 @@ $ rox --bottom= the image file to display to its standard output stream, eg: tile /tmp/image.png centre and scale are the other possible - styles. + styles. The filer will then load this image and display it. The application does not + set the backdrop itself, it only tells the filer what to display. - In the case of a random backdrop chooser it may then quit immediately. If the application - created a temporary image then it should read the line "ok\n" from its standard input - before deleting the image. + In the case of a random backdrop chooser, the program may then quit immediately. If + the application created a temporary image then it should read the line "ok\n" from its + standard input before deleting the image. If the application wishes to show a sequence of images it should still read "ok\n", then wait until it's time to display the next image and then write that filename, and diff --git a/ROX-Filer/src/configure.in b/ROX-Filer/src/configure.in index bd40c822..64e569ee 100644 --- a/ROX-Filer/src/configure.in +++ b/ROX-Filer/src/configure.in @@ -50,7 +50,7 @@ else fi ]) -ROX_REQUIRE(gtk+-2.0, 2.0.0) +ROX_REQUIRE(gtk+-2.0, 2.0.1) ROX_REQUIRE(libxml-2.0, 2.0.0) dnl Checks for programs. -- 2.11.4.GIT