[monkey-bubble: 223/753] Temporarily removed gnome-helpsys, gnome-popup-menu, gnome-popup-help and



commit 6393412d2d03719345a81b5e5a3c0004aa8bb17b
Author: Martin Baulig <baulig suse de>
Date:   Sun Apr 29 16:28:05 2001 +0000

    Temporarily removed gnome-helpsys, gnome-popup-menu, gnome-popup-help and
    
    2001-04-29  Martin Baulig  <baulig suse de>
    
    	Temporarily removed gnome-helpsys, gnome-popup-menu,
    	gnome-popup-help and gnome-textfu from the build.
    
    	* Makefile.am (libgnomeui_2_la_SOURCES): Removed
    	gnome-helpsys.c, gnome-popup-menu.c, gnome-popup-help.c,
    	gnome-textfu.c, gnome-pouchP.h.

 libgnomeui/ChangeLog   |   11 ++++++++++-
 libgnomeui/Makefile.am |    5 -----
 libgnomeui/gnome-app.c |    4 ++++
 3 files changed, 14 insertions(+), 6 deletions(-)
---
diff --git a/libgnomeui/ChangeLog b/libgnomeui/ChangeLog
index 164d4a5..f83ac1c 100644
--- a/libgnomeui/ChangeLog
+++ b/libgnomeui/ChangeLog
@@ -1,10 +1,19 @@
 2001-04-29  Martin Baulig  <baulig suse de>
 
+	Temporarily removed gnome-helpsys, gnome-popup-menu,
+	gnome-popup-help and gnome-textfu from the build.
+
+	* Makefile.am (libgnomeui_2_la_SOURCES): Removed
+	gnome-helpsys.c, gnome-popup-menu.c, gnome-popup-help.c,
+	gnome-textfu.c, gnome-pouchP.h.
+
+2001-04-29  Martin Baulig  <baulig suse de>
+
 	* gnome-ditem.c: Use BonoboWindow, not GnomeApp.
 
 2001-04-29  Martin Baulig  <baulig suse de>
 
-	Temporarily remove GnomeMDI from the build so that we can
+	Temporarily removed GnomeMDI from the build so that we can
 	get rid of gnome-app.[ch] and gnome-app-helper.[ch].
 
 	As a weekend hack project, someone needs to make GnomeMDI
diff --git a/libgnomeui/Makefile.am b/libgnomeui/Makefile.am
index 810354a..4752548 100644
--- a/libgnomeui/Makefile.am
+++ b/libgnomeui/Makefile.am
@@ -68,16 +68,12 @@ libgnomeui_2_la_SOURCES = \
 	gnome-icon-selector.c		\
 	gnome-file-selector.c		\
         gnome-font-picker.c		\
-	gnome-helpsys.c			\
 	gnome-href.c			\
 	gnome-ice.c			\
 	gnome-icon-entry.c		\
 	gnome-init.c			\
 	gnome-less.c			\
 	gnome-pixmap.c			\
-	gnome-popup-menu.c		\
-	gnome-popup-help.c		\
-	gnome-pouchP.h			\
         gnome-winhints.c		\
         gnome-paper-selector.c		\
 	gnome-unit-spinner.c		\
@@ -88,7 +84,6 @@ libgnomeui_2_la_SOURCES = \
 	gnome-icon-item.c		\
 	gnome-icon-text.c		\
 	gnome-vfs-util.c		\
-	gnome-textfu.c			\
 	gnome-window.c			\
 	gnomemarshal-main.c		\
 	wap-textfu.c			\
diff --git a/libgnomeui/gnome-app.c b/libgnomeui/gnome-app.c
index 023e052..23f2c6d 100644
--- a/libgnomeui/gnome-app.c
+++ b/libgnomeui/gnome-app.c
@@ -824,10 +824,12 @@ gnome_app_get_dock (GnomeApp *app)
 static void
 gnome_app_set_help_view_orientation(GtkWidget *dock_item, GtkOrientation new_orientation, GnomeHelpView *help_view)
 {
+#ifdef FIXME
 	/* 2000-09-01: Something wrong with new_orientation:
 	   It is always 0. IH */
 	gnome_help_view_set_orientation(help_view, 
 					GNOME_DOCK_ITEM (dock_item)->orientation);
+#endif
 }
 
 /**
@@ -850,10 +852,12 @@ gnome_app_set_help_view (GnomeApp *app, GtkWidget *help_view)
 	if(td)
 		return;
 
+#ifdef FIXME
 	if(help_view == NULL)
 		help_view = gnome_help_view_new(GTK_WIDGET(app),
 						GNOME_HELP_POPUP,
 						G_PRIORITY_LOW);
+#endif
 
 	gtk_widget_show(help_view);
 



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