aboutsummaryrefslogtreecommitdiffstats
path: root/mail/subscribe-dialog.c
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-12-09 05:33:35 +0800
committerChris Lahey <clahey@src.gnome.org>2000-12-09 05:33:35 +0800
commit3fb451ad92ec8175e987b27aa67ed8acc7e22aa8 (patch)
treee7960336e598bc5cbe94b2d4723f11c9d7f3e546 /mail/subscribe-dialog.c
parentd65526d2708c57078b63e557530a715aa2932052 (diff)
downloadgsoc2013-evolution-3fb451ad92ec8175e987b27aa67ed8acc7e22aa8.tar
gsoc2013-evolution-3fb451ad92ec8175e987b27aa67ed8acc7e22aa8.tar.gz
gsoc2013-evolution-3fb451ad92ec8175e987b27aa67ed8acc7e22aa8.tar.bz2
gsoc2013-evolution-3fb451ad92ec8175e987b27aa67ed8acc7e22aa8.tar.lz
gsoc2013-evolution-3fb451ad92ec8175e987b27aa67ed8acc7e22aa8.tar.xz
gsoc2013-evolution-3fb451ad92ec8175e987b27aa67ed8acc7e22aa8.tar.zst
gsoc2013-evolution-3fb451ad92ec8175e987b27aa67ed8acc7e22aa8.zip
Connect to signals on the ETable instead of the ETableScrolled.
2000-12-08 Christopher James Lahey <clahey@helixcode.com> * folder-browser.c: Connect to signals on the ETable instead of the ETableScrolled. * subscribe-dialog.c: Used the e_table_scrolled_get_table function instead of accessing the variable directly. svn path=/trunk/; revision=6873
Diffstat (limited to 'mail/subscribe-dialog.c')
-rw-r--r--mail/subscribe-dialog.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/subscribe-dialog.c b/mail/subscribe-dialog.c
index 6f4dde25c0..3d85e265bd 100644
--- a/mail/subscribe-dialog.c
+++ b/mail/subscribe-dialog.c
@@ -952,7 +952,7 @@ subscribe_dialog_gui_init (SubscribeDialog *sc)
gtk_object_sink (GTK_OBJECT (extras));
- gtk_signal_connect (GTK_OBJECT (E_TABLE_SCROLLED (sc->store_etable)->table),
+ gtk_signal_connect (GTK_OBJECT (e_table_scrolled_get_table(E_TABLE_SCROLLED (sc->store_etable))),
"cursor_change", GTK_SIGNAL_FUNC (storage_selected_cb),
sc);
@@ -999,7 +999,7 @@ subscribe_dialog_gui_init (SubscribeDialog *sc)
gdk_pixbuf_unref(toggles[0]);
gdk_pixbuf_unref(toggles[1]);
- gtk_signal_connect (GTK_OBJECT (E_TABLE_SCROLLED (sc->folder_etable)->table),
+ gtk_signal_connect (GTK_OBJECT (e_table_scrolled_get_table(E_TABLE_SCROLLED (sc->folder_etable))),
"double_click", GTK_SIGNAL_FUNC (folder_toggle_cb),
sc);
gtk_table_attach (