[monkey-bubble: 303/753] include the component header from the right directory, components/ to make



commit 679fd5ab07bb20cb49bfd9d711275ea446d4d785
Author: George Lebl <jirka 5z com>
Date:   Mon May 21 06:14:48 2001 +0000

    include the component header from the right directory, components/ to make
    
    Sun May 20 23:15:50 2001  George Lebl <jirka 5z com>
    
    	* gnome-image-selector.c, gnome-image-entry.c: include the component
    	  header from the right directory, components/ to make this beast
    	  compile ... yay!

 libgnomeui/ChangeLog              |    6 ++++++
 libgnomeui/gnome-image-entry.c    |    2 +-
 libgnomeui/gnome-image-selector.c |    2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/libgnomeui/ChangeLog b/libgnomeui/ChangeLog
index cc46331..3f93725 100644
--- a/libgnomeui/ChangeLog
+++ b/libgnomeui/ChangeLog
@@ -1,3 +1,9 @@
+Sun May 20 23:15:50 2001  George Lebl <jirka 5z com>
+
+	* gnome-image-selector.c, gnome-image-entry.c: include the component
+	  header from the right directory, components/ to make this beast
+	  compile ... yay!
+
 2001-05-20  Martin Baulig  <baulig suse de>
 
 	* gnome-selector-component.c
diff --git a/libgnomeui/gnome-image-entry.c b/libgnomeui/gnome-image-entry.c
index 3d6b76a..b0cc325 100644
--- a/libgnomeui/gnome-image-entry.c
+++ b/libgnomeui/gnome-image-entry.c
@@ -39,7 +39,7 @@
 #include <gtk/gtklistitem.h>
 #include <gtk/gtksignal.h>
 #include <libgnome/gnome-i18n.h>
-#include <libgnomeui/gnome-image-entry-component.h>
+#include <components/gnome-image-entry-component.h>
 #include <bonobo/bonobo-moniker-util.h>
 #include "gnome-image-entry.h"
 
diff --git a/libgnomeui/gnome-image-selector.c b/libgnomeui/gnome-image-selector.c
index 7389831..e100a46 100644
--- a/libgnomeui/gnome-image-selector.c
+++ b/libgnomeui/gnome-image-selector.c
@@ -39,7 +39,7 @@
 #include <gtk/gtklistitem.h>
 #include <gtk/gtksignal.h>
 #include <libgnome/gnome-i18n.h>
-#include <libgnomeui/gnome-icon-selector-component.h>
+#include <components/gnome-icon-selector-component.h>
 #include <bonobo/bonobo-moniker-util.h>
 #include <bonobo/bonobo-exception.h>
 #include "gnome-image-selector.h"



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