summaryrefslogtreecommitdiffstats
path: root/x11/gnomeapplets2/files
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-09 02:14:02 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-09 02:14:02 +0800
commitd69d5eb48bcac3fa5f2e651b0c5467f89d3c7635 (patch)
treecef7917d563b29d0a18090dc63a67033a5e5c9d3 /x11/gnomeapplets2/files
parent88dc04ee9fad84fceba9ff849ca3bc235ac6641f (diff)
downloadmarcuscom-ports-d69d5eb48bcac3fa5f2e651b0c5467f89d3c7635.tar
marcuscom-ports-d69d5eb48bcac3fa5f2e651b0c5467f89d3c7635.tar.gz
marcuscom-ports-d69d5eb48bcac3fa5f2e651b0c5467f89d3c7635.tar.bz2
marcuscom-ports-d69d5eb48bcac3fa5f2e651b0c5467f89d3c7635.tar.lz
marcuscom-ports-d69d5eb48bcac3fa5f2e651b0c5467f89d3c7635.tar.xz
marcuscom-ports-d69d5eb48bcac3fa5f2e651b0c5467f89d3c7635.tar.zst
marcuscom-ports-d69d5eb48bcac3fa5f2e651b0c5467f89d3c7635.zip
Update to 2.5.2.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1409 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnomeapplets2/files')
-rw-r--r--x11/gnomeapplets2/files/patch-gweather_weather.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/gnomeapplets2/files/patch-gweather_weather.c b/x11/gnomeapplets2/files/patch-gweather_weather.c
new file mode 100644
index 000000000..ceb720580
--- /dev/null
+++ b/x11/gnomeapplets2/files/patch-gweather_weather.c
@@ -0,0 +1,11 @@
+--- gweather/weather.c.orig Mon Dec 8 12:47:00 2003
++++ gweather/weather.c Mon Dec 8 12:50:03 2003
+@@ -1915,7 +1915,7 @@
+ degree = "F";
+
+ g_snprintf(buf, sizeof (buf), "%d\302\260%s",
+- (int)lrint(info->temp), degree);
++ (int)rint(info->temp), degree);
+
+ return buf;
+ }