This is an autogenerated patch header for a single-debian-patch file. The
delta against upstream is either kept as a single patch, or maintained
in some VCS, and exported as a single patch instead of more manageable
atomic patches.

--- icewm-2.3.3.orig/lib/CMakeLists.txt
+++ icewm-2.3.3/lib/CMakeLists.txt
@@ -4,8 +4,7 @@ PROJECT(ICEWM CXX)
 #
 # Which themes to install in alphabetical order
 #
-set(themesList CrystalBlue Helix Infadel2 NanoBlue
-    default icedesert metal2 motif win95)
+set(themesList metal2)
 
 foreach(_src keys menu programs toolbar winoptions IceWM.jpg)
     set(_pre "${CMAKE_CURRENT_SOURCE_DIR}/${_src}.in")
--- icewm-2.3.3.orig/src/icesh.cc
+++ icewm-2.3.3/src/icesh.cc
@@ -1249,7 +1249,7 @@ class IceSh {
 public:
     IceSh(int argc, char **argv);
     ~IceSh();
-    operator int() const { return rc ? rc : bool(windowList); }
+    operator int() const { return rc ? rc : windowList ? 0 : 1; }
 
 private:
     int rc;
