[hardware-monitor] 2009-05-01 Ole Laursen <olau hardworking dk>



commit 487f39afaab76a33ca1912f2da28ca944f5b35f2
Author: Ole Laursen <olau hardworking dk>
Date:   Fri May 1 23:44:15 2009 +0200

    2009-05-01  Ole Laursen  <olau hardworking dk>
    
    	* src/main.cpp, configure.ac: Applied patch from Mike Auty to fix
    	compilation issues with the latest version of the GNOME
    	libraries (also reported by Francisco Pina Martins).
---
 ChangeLog    |    5 +++++
 configure.ac |    1 +
 src/main.cpp |    1 +
 3 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 3bb033d..d847070 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-05-01  Ole Laursen  <olau hardworking dk>
+
+	* src/main.cpp, configure.ac: Applied patch from Mike Auty to fix
+	compilation issues with the latest version of the GNOME libraries.
+
 2009-04-05  Mark Krapivner  <mark125 gmail com>
 
 	* configure.ac: Added "he" to ALL_LINGUAS.
diff --git a/configure.ac b/configure.ac
index ddcd214..8aa8295 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,6 +19,7 @@ dnl checks for libraries
 PKG_CHECK_MODULES(DEPS, gconfmm-2.6 >= 2.6.0 \
                         gtkmm-2.4 >= 2.6.0 \
                         libgnomecanvasmm-2.6 >= 2.6.0 \
+			libgnomeui-2.0 >= 2.0.0 \
 			libglademm-2.4 >= 2.4.0 \
 			libpanelapplet-2.0 >= 2.0.0 \
                         libgtop-2.0 >= 2.6.0)
diff --git a/src/main.cpp b/src/main.cpp
index 73cc528..f7f8a00 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -28,6 +28,7 @@
 #include <gtkmm/main.h>
 
 #include <libgnomeui/gnome-ui-init.h>
+#include <libgnomeui/gnome-client.h>
 #include <panel-applet.h>
 
 #include "applet.hpp"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]