[monkey-bubble: 682/753] re-enable the test for gnome-file-entry. For some reason the druid one



commit bfaba59009d47e59ce5d88b259ac8889f3d21d77
Author: George Lebl <jirka 5z com>
Date:   Tue Aug 28 09:08:56 2001 +0000

    re-enable the test for gnome-file-entry. For some reason the druid one
    
    Tue Aug 28 02:08:17 2001  George Lebl <jirka 5z com>
    
    	* test-gnome.c:  re-enable the test for gnome-file-entry.  For some
    	  reason the druid one isn't working but there is testdruid now.

 test-gnome/ChangeLog   |    5 +++++
 test-gnome/testgnome.c |    9 ++-------
 2 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/test-gnome/ChangeLog b/test-gnome/ChangeLog
index a9e72dd..83c7d0b 100644
--- a/test-gnome/ChangeLog
+++ b/test-gnome/ChangeLog
@@ -1,3 +1,8 @@
+Tue Aug 28 02:08:17 2001  George Lebl <jirka 5z com>
+
+	* test-gnome.c:  re-enable the test for gnome-file-entry.  For some
+	  reason the druid one isn't working but there is testdruid now.
+
 Sat Aug 25 20:18:48 2001  George Lebl <jirka 5z com>
 
 	* testdruid.c: fix "unused" warning
diff --git a/test-gnome/testgnome.c b/test-gnome/testgnome.c
index 678e18c..cf233be 100644
--- a/test-gnome/testgnome.c
+++ b/test-gnome/testgnome.c
@@ -516,7 +516,6 @@ create_druid(void)
 	gnome_druid_set_page (GNOME_DRUID (druid), GNOME_DRUID_PAGE (page_start));
 	gtk_widget_show_all (window);
 }
-
 #endif
 
 /*
@@ -542,8 +541,6 @@ create_entry(void)
  * FileEntry
  */
 
-#if 0
-
 static void
 file_entry_update_files(GtkWidget *w, GnomeFileEntry *fentry)
 {
@@ -623,8 +620,6 @@ create_file_entry(void)
 	gtk_widget_show_all(app->app);
 }
 
-#endif
-
 /*
  * FontPicker
  */
@@ -982,9 +977,9 @@ main (int argc, char **argv)
 		{ "color picker", create_color_picker },
 		{ "date edit", create_date_edit },
 /*		{ "ditem edit", create_ditem_edit },*/
-/*		{ "druid", create_druid },*/
+/*		{ "druid", create_druid }, */
 		{ "entry", create_entry },
-/*		{ "file entry", create_file_entry },*/
+		{ "file entry", create_file_entry },
 /*		{ "font picker", create_font_picker },*/
 		{ "href", create_href },
 		{ "icon list", create_icon_list },



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