aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Toshok <toshok@helixcode.com>2000-10-11 16:30:20 +0800
committerChris Toshok <toshok@src.gnome.org>2000-10-11 16:30:20 +0800
commit5e48ebd91b5928774bcd842134dd4988fb9cc62f (patch)
tree0af36661520b77762bc4a9034e2875e96780b50d
parente16e25daa7328a188141bff9f6cddbd6a0cfcdea (diff)
downloadgsoc2013-evolution-5e48ebd91b5928774bcd842134dd4988fb9cc62f.tar
gsoc2013-evolution-5e48ebd91b5928774bcd842134dd4988fb9cc62f.tar.gz
gsoc2013-evolution-5e48ebd91b5928774bcd842134dd4988fb9cc62f.tar.bz2
gsoc2013-evolution-5e48ebd91b5928774bcd842134dd4988fb9cc62f.tar.lz
gsoc2013-evolution-5e48ebd91b5928774bcd842134dd4988fb9cc62f.tar.xz
gsoc2013-evolution-5e48ebd91b5928774bcd842134dd4988fb9cc62f.tar.zst
gsoc2013-evolution-5e48ebd91b5928774bcd842134dd4988fb9cc62f.zip
remove the html description stuff for now.
2000-10-11 Chris Toshok <toshok@helixcode.com> * subscribe-dialog.c (subscribe_dialog_gui_init): remove the html description stuff for now. svn path=/trunk/; revision=5838
-rw-r--r--mail/ChangeLog5
-rw-r--r--mail/subscribe-dialog.c5
2 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 65d0c0d8bb..3174c9fcdb 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,8 @@
+2000-10-11 Chris Toshok <toshok@helixcode.com>
+
+ * subscribe-dialog.c (subscribe_dialog_gui_init): remove the html
+ description stuff for now.
+
2000-10-10 Chris Toshok <toshok@helixcode.com>
* subscribe-dialog.c (folder_toggle_cb): umm.. duh :) only
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);