summaryrefslogtreecommitdiffstats
path: root/clock-network.patch
blob: db88b829ab4fa172ca6a02eb187d10c770db51a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
diff -up gnome-panel-2.26.1/applets/clock/clock-location.c.network gnome-panel-2.26.1/applets/clock/clock-location.c
--- gnome-panel-2.26.1/applets/clock/clock-location.c.network	2009-04-15 17:28:26.760634154 -0400
+++ gnome-panel-2.26.1/applets/clock/clock-location.c	2009-04-15 17:43:41.869383882 -0400
@@ -12,6 +12,9 @@
 #include <time.h>
 #include <unistd.h>
 #include <math.h>
+#include <netinet/in.h>
+#include <arpa/nameser.h>
+#include <resolv.h>
 
 #include <glib.h>
 #include <gio/gio.h>
@@ -695,6 +698,8 @@ state_notify (DBusPendingCall *pending, 
 					   DBUS_TYPE_UINT32, &result,
 					   DBUS_TYPE_INVALID)) {
 			if (result == NM_STATE_CONNECTED) {
+				/* thank you, glibc */
+				res_init ();
 				update_weather_infos ();
 			}
 		}