gnome-applets r10593 - in trunk: . gweather
- From: callum svn gnome org
- To: svn-commits-list gnome org
- Subject: gnome-applets r10593 - in trunk: . gweather
- Date: Mon, 14 Jan 2008 19:55:41 +0000 (GMT)
Author: callum
Date: Mon Jan 14 19:55:40 2008
New Revision: 10593
URL: http://svn.gnome.org/viewvc/gnome-applets?rev=10593&view=rev
Log:
2.21.4: Allow compilation with the latest libgweather.
Modified:
trunk/ChangeLog
trunk/NEWS
trunk/configure.in
trunk/gweather/ChangeLog
trunk/gweather/gweather-about.c
trunk/gweather/gweather-about.h
trunk/gweather/gweather-applet.c
trunk/gweather/gweather-applet.h
trunk/gweather/gweather-dialog.c
trunk/gweather/gweather-dialog.h
trunk/gweather/gweather-pref.c
trunk/gweather/gweather-pref.h
trunk/gweather/main.c
Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS (original)
+++ trunk/NEWS Mon Jan 14 19:55:40 2008
@@ -1,3 +1,10 @@
+Changes in GNOME-Applets 2.21.4
+===============================
+Codename: "Fate Still Amenable to Change"
+
+A quick release to ensure the package builds with the latest
+libgweather.
+
Changes in GNOME-Applets 2.21.3
===============================
Codename: "Fate Amenable to Change"
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Mon Jan 14 19:55:40 2008
@@ -1,7 +1,7 @@
dnl ***************************************************************************
dnl *** configure.in for GNOME-APPLETS ***
dnl ***************************************************************************
-AC_INIT(gnome-applets, 2.21.3)
+AC_INIT(gnome-applets, 2.21.4)
AC_PREREQ(2.59)
AM_CONFIG_HEADER(config.h)
Modified: trunk/gweather/gweather-about.c
==============================================================================
--- trunk/gweather/gweather-about.c (original)
+++ trunk/gweather/gweather-about.c Mon Jan 14 19:55:40 2008
@@ -20,6 +20,8 @@
#include <gnome.h>
+#define GWEATHER_I_KNOW_THIS_IS_UNSTABLE
+
#include "gweather.h"
#include "gweather-about.h"
Modified: trunk/gweather/gweather-about.h
==============================================================================
--- trunk/gweather/gweather-about.h (original)
+++ trunk/gweather/gweather-about.h Mon Jan 14 19:55:40 2008
@@ -13,6 +13,8 @@
*
*/
+#define GWEATHER_I_KNOW_THIS_IS_UNSTABLE
+
#include "gweather.h"
G_BEGIN_DECLS
Modified: trunk/gweather/gweather-applet.c
==============================================================================
--- trunk/gweather/gweather-applet.c (original)
+++ trunk/gweather/gweather-applet.c Mon Jan 14 19:55:40 2008
@@ -29,6 +29,8 @@
#include <libnotify/notification.h>
#endif
+#define GWEATHER_I_KNOW_THIS_IS_UNSTABLE
+
#include "gweather.h"
#include "gweather-about.h"
#include "gweather-pref.h"
Modified: trunk/gweather/gweather-applet.h
==============================================================================
--- trunk/gweather/gweather-applet.h (original)
+++ trunk/gweather/gweather-applet.h Mon Jan 14 19:55:40 2008
@@ -13,6 +13,8 @@
*
*/
+#define GWEATHER_I_KNOW_THIS_IS_UNSTABLE
+
#include "gweather.h"
G_BEGIN_DECLS
Modified: trunk/gweather/gweather-dialog.c
==============================================================================
--- trunk/gweather/gweather-dialog.c (original)
+++ trunk/gweather/gweather-dialog.c Mon Jan 14 19:55:40 2008
@@ -21,6 +21,8 @@
#include <gconf/gconf-client.h>
#include <gnome.h>
+#define GWEATHER_I_KNOW_THIS_IS_UNSTABLE
+
#include "gweather.h"
#include "gweather-applet.h"
#include "gweather-pref.h"
Modified: trunk/gweather/gweather-dialog.h
==============================================================================
--- trunk/gweather/gweather-dialog.h (original)
+++ trunk/gweather/gweather-dialog.h Mon Jan 14 19:55:40 2008
@@ -14,6 +14,9 @@
*/
#include <gtk/gtkdialog.h>
+
+#define GWEATHER_I_KNOW_THIS_IS_UNSTABLE
+
#include "gweather.h"
G_BEGIN_DECLS
Modified: trunk/gweather/gweather-pref.c
==============================================================================
--- trunk/gweather/gweather-pref.c (original)
+++ trunk/gweather/gweather-pref.c Mon Jan 14 19:55:40 2008
@@ -31,6 +31,8 @@
#include <libxml/parser.h>
#include <libxml/tree.h>
+#define GWEATHER_I_KNOW_THIS_IS_UNSTABLE
+
#include "gweather.h"
#include "gweather-pref.h"
#include "gweather-applet.h"
Modified: trunk/gweather/gweather-pref.h
==============================================================================
--- trunk/gweather/gweather-pref.h (original)
+++ trunk/gweather/gweather-pref.h Mon Jan 14 19:55:40 2008
@@ -14,6 +14,9 @@
#define __GWEATHER_PREF_H_
#include <gtk/gtkdialog.h>
+
+#define GWEATHER_I_KNOW_THIS_IS_UNSTABLE
+
#include "gweather.h"
G_BEGIN_DECLS
Modified: trunk/gweather/main.c
==============================================================================
--- trunk/gweather/main.c (original)
+++ trunk/gweather/main.c Mon Jan 14 19:55:40 2008
@@ -15,6 +15,8 @@
#include <gnome.h>
#include <panel-applet.h>
+#define GWEATHER_I_KNOW_THIS_IS_UNSTABLE
+
#include <libgweather/gweather-gconf.h>
#include <libgweather/gweather-prefs.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]