View | Details | Raw Unified | Return to bug 67675
Collapse All | Expand All

(-)xfce4-weather-plugin/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	xfce4-weather-plugin
8
PORTNAME=	xfce4-weather-plugin
9
PORTVERSION=	0.3.0
9
PORTVERSION=	0.3.9
10
CATEGORIES=	misc xfce
10
CATEGORIES=	misc xfce
11
MASTER_SITES=	http://download.berlios.de/xfce-goodies/
11
MASTER_SITES=	http://download.berlios.de/xfce-goodies/
12
12
(-)xfce4-weather-plugin/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (xfce4-weather-plugin-0.3.0.tar.gz) = 8796652a1bb75270dc70583739577cd5
1
MD5 (xfce4-weather-plugin-0.3.9.tar.gz) = a89866fc4f383b8313853ae1ace844f4
2
SIZE (xfce4-weather-plugin-0.3.0.tar.gz) = 574143
2
SIZE (xfce4-weather-plugin-0.3.9.tar.gz) = 581155
(-)xfce4-weather-plugin/files/patch-http_client.h (+7 lines)
Line 0 Link Here
1
--- panel-plugin/http_client.h.orig	Mon Apr 19 16:15:44 2004
2
+++ panel-plugin/http_client.h	Mon Jun  7 15:52:19 2004
3
@@ -1,3 +1,4 @@
4
+#include <sys/types.h>
5
 #include <sys/socket.h>
6
 #include <netdb.h>
7
 #include <netinet/in.h>
(-)xfce4-weather-plugin/files/patch-weather.c (-25 lines)
Lines 1-25 Link Here
1
*** panel-plugin/weather.c	Sun Feb 29 22:10:53 2004
2
--- weather.c	Fri Apr  2 16:00:39 2004
3
***************
4
*** 375,380 ****
5
--- 375,382 ----
6
  
7
  void start_draw_up(xfceweather_data *data) {
8
          gint width, height;
9
+ 		GdkRectangle update_rect = {0, 0, data->drawable_label->allocation.width,
10
+                         data->drawable_label->allocation.height};
11
          
12
          /* if only one pixmap don't start the callback */
13
          if (!data->xmldata_pixmaps || data->xmldata_pixmaps->len == 0)
14
***************
15
*** 383,391 ****
16
          if (data->xmldata_pixmaps->len == 1) {
17
                  data->drawable_pixmap = (GdkPixmap *)g_ptr_array_index(data->xmldata_pixmaps, 0);
18
                  data->drawable_offset = 0;
19
- 
20
-                 GdkRectangle update_rect = {0, 0, data->drawable_label->allocation.width,
21
-                         data->drawable_label->allocation.height};
22
  
23
                  gtk_widget_draw(data->drawable_label, &update_rect);
24
                  return;
25
--- 385,390 ----

Return to bug 67675