]> git.pld-linux.org Git - packages/icewm.git/commitdiff
- outdated
authorgrzegol <grzegol@pld-linux.org>
Fri, 3 Jan 2003 14:18:11 +0000 (14:18 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    icewm-compile-fixes.patch -> 1.2
    icewm-menu.patch -> 1.4

icewm-compile-fixes.patch [deleted file]
icewm-menu.patch [deleted file]

diff --git a/icewm-compile-fixes.patch b/icewm-compile-fixes.patch
deleted file mode 100644 (file)
index 6eabcbb..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-diff -urN aaa/icewm-1.2.3pre1/src/aapm.cc icewm-1.2.3pre1/src/aapm.cc
---- aaa/icewm-1.2.3pre1/src/aapm.cc    Sun Oct 20 16:04:55 2002
-+++ icewm-1.2.3pre1/src/aapm.cc        Fri Nov 15 01:12:20 2002
-@@ -463,7 +463,7 @@
-     if (gradient) {
-         g.copyPixbuf(*gradient, this->x(), this->y(),
--                     width((), height(), 0, 0));
-+                     width(), height(), 0, 0);
-     }
-     else
- #endif
-diff -urN aaa/icewm-1.2.3pre1/src/icesound.cc icewm-1.2.3pre1/src/icesound.cc
---- aaa/icewm-1.2.3pre1/src/icesound.cc        Sun Oct 20 16:04:55 2002
-+++ icewm-1.2.3pre1/src/icesound.cc    Fri Nov 15 01:13:20 2002
-@@ -82,6 +82,10 @@
- #define OSS_DEFAULT_DEVICE "/dev/dsp"
- #define YIFF_DEFAULT_SERVER "127.0.0.1:9433"
-+#define THROW(Result) { rc = (Result); goto exceptionHandler; }
-+#define TRY(Command) { if ((rc = (Command))) THROW(rc); }
-+#define CATCH(Handler) { exceptionHandler: { Handler } return rc; }
-+
- /******************************************************************************
-  * IceSound application
-  ******************************************************************************/
diff --git a/icewm-menu.patch b/icewm-menu.patch
deleted file mode 100644 (file)
index 32838a7..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -ruN icewm-1.2.2_/src/wmprog.cc icewm-1.2.2/src/wmprog.cc
---- icewm-1.2.2_/src/wmprog.cc Fri Sep  6 19:18:07 2002
-+++ icewm-1.2.2/src/wmprog.cc  Sat Sep 28 18:15:04 2002
-@@ -586,7 +586,9 @@
-         YIcon *gnomeIcon = 0;
-         YIcon *kdeIcon = 0;
--        char *gnomeAppsMenu = gnome_datadir_file("gnome/apps/");
-+// kde menu don't seem to work
-+//        char *gnomeAppsMenu = gnome_datadir_file("gnome/apps/");
-+        char *gnomeAppsMenu = gnome_datadir_file("applnk");
-         char *gnomeUserMenu = gnome_util_home_file("apps/");
-         const char *kdeMenu = strJoin(kdeDataDir, "/applnk", 0);
This page took 0.037662 seconds and 4 git commands to generate.