From 70f89778c0f2f76bc2f8046e99cc55f2962ac9c2 Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Fri, 21 Jul 2000 18:15:36 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_4_1_0'. --- sysutils/gnomesystemmonitor/files/patch-ad | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 sysutils/gnomesystemmonitor/files/patch-ad (limited to 'sysutils/gnomesystemmonitor/files/patch-ad') diff --git a/sysutils/gnomesystemmonitor/files/patch-ad b/sysutils/gnomesystemmonitor/files/patch-ad deleted file mode 100644 index a3f3d1a335f3..000000000000 --- a/sysutils/gnomesystemmonitor/files/patch-ad +++ /dev/null @@ -1,30 +0,0 @@ ---- main.c.orig Sun Feb 13 16:27:56 2000 -+++ main.c Thu Feb 17 12:07:45 2000 -@@ -32,6 +32,8 @@ - - #include - -+#include -+ - #include - - #include -@@ -205,6 +207,8 @@ - poptContext ctx; - const char **args; - -+ fpsetmask (fpgetmask() & ~(FP_X_DZ|FP_X_INV)); -+ - setlocale (LC_ALL, ""); - bindtextdomain (PACKAGE, GNOMELOCALEDIR); - textdomain (PACKAGE); -@@ -294,6 +298,9 @@ - gtop_properties.global.show_toolbar); - gnome_config_sync (); - } -+ -+ fpresetsticky (FP_X_DZ|FP_X_INV); -+ fpsetmask (FP_X_DZ|FP_X_INV); - - return 0; - } -- cgit v1.2.3