From 5e48ebd91b5928774bcd842134dd4988fb9cc62f Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Wed, 11 Oct 2000 08:30:20 +0000 Subject: remove the html description stuff for now. 2000-10-11 Chris Toshok * subscribe-dialog.c (subscribe_dialog_gui_init): remove the html description stuff for now. svn path=/trunk/; revision=5838 --- mail/subscribe-dialog.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'mail/subscribe-dialog.c') diff --git a/mail/subscribe-dialog.c b/mail/subscribe-dialog.c index b645dcf32d..7943400071 100644 --- a/mail/subscribe-dialog.c +++ b/mail/subscribe-dialog.c @@ -641,6 +641,7 @@ subscribe_dialog_gui_init (SubscribeDialog *sc) bonobo_object_corba_objref (BONOBO_OBJECT (search_control)), NULL); /* set our our contents */ +#if 0 sc->description = html_new (TRUE); put_html (GTK_HTML (sc->description), EXAMPLE_DESCR); @@ -650,6 +651,7 @@ subscribe_dialog_gui_init (SubscribeDialog *sc) GTK_FILL | GTK_EXPAND, 0, 0, 0); +#endif /* set up the store etable */ sc->store_model = e_table_simple_new (store_etable_col_count, @@ -760,7 +762,10 @@ subscribe_dialog_gui_init (SubscribeDialog *sc) bonobo_win_set_contents (BONOBO_WIN (sc->app), sc->hpaned); +#if 0 gtk_widget_show (sc->description); +#endif + gtk_widget_show (sc->folder_etable); gtk_widget_show (sc->table); gtk_widget_show (sc->store_etable); -- cgit