[gnome-launch-box] dropped libgnomeui



commit a853f611be4a1cdbf5ae21a6f9d6301c13b00f72
Author: Sven Herzberg <herzi gnome-de org>
Date:   Tue Feb 9 15:13:03 2010 +0100

    dropped libgnomeui
    
    * configure.ac: replaced libgnomeui with its dependencies
    * tests/mime-actions.c: dropped the dead include

 configure.ac         |    2 +-
 tests/mime-actions.c |    1 -
 2 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 62673d9..b0a27ea 100644
--- a/configure.ac
+++ b/configure.ac
@@ -59,7 +59,7 @@ PKG_CHECK_MODULES(LB,[
 	gio-unix-2.0
 	gtk+-2.0 >= 2.10
 	gnome-vfs-2.0 >= 2.10
-	libgnomeui-2.0
+	libgnome-2.0 libgnomecanvas-2.0
 	libgnome-menu >= 2.10
 	gnome-desktop-2.0 >= 2.10
 	libebook-1.2 >= 1.8
diff --git a/tests/mime-actions.c b/tests/mime-actions.c
index 9191b29..3f49e4e 100644
--- a/tests/mime-actions.c
+++ b/tests/mime-actions.c
@@ -20,7 +20,6 @@
 
 #include <libgnomevfs/gnome-vfs.h>
 #include <libgnomevfs/gnome-vfs-mime-handlers.h>
-#include <libgnomeui/gnome-icon-lookup.h>
 #include <gtk/gtk.h>
 
 static void



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