aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-callbacks.c
diff options
context:
space:
mode:
authorPeter Williams <peterw@ximian.com>2002-08-17 03:28:54 +0800
committerPeter Williams <peterw@src.gnome.org>2002-08-17 03:28:54 +0800
commit1cb3f6986b706aef6f508f547f70de1691e5b3bd (patch)
treec96a638cae70a7e1a7c0c1493e0f1a56f47fe02f /mail/mail-callbacks.c
parent6c2e746a7d99f1f1859b07c07eecf476fb5d0831 (diff)
downloadgsoc2013-evolution-1cb3f6986b706aef6f508f547f70de1691e5b3bd.tar
gsoc2013-evolution-1cb3f6986b706aef6f508f547f70de1691e5b3bd.tar.gz
gsoc2013-evolution-1cb3f6986b706aef6f508f547f70de1691e5b3bd.tar.bz2
gsoc2013-evolution-1cb3f6986b706aef6f508f547f70de1691e5b3bd.tar.lz
gsoc2013-evolution-1cb3f6986b706aef6f508f547f70de1691e5b3bd.tar.xz
gsoc2013-evolution-1cb3f6986b706aef6f508f547f70de1691e5b3bd.tar.zst
gsoc2013-evolution-1cb3f6986b706aef6f508f547f70de1691e5b3bd.zip
Change this into a GnomeApp so we get a statusbar and the dialog is a
2002-08-09 Peter Williams <peterw@ximian.com> * subscribe-dialog.c: Change this into a GnomeApp so we get a statusbar and the dialog is a little more comprehensible. * subscribe-dialog.c: (struct _FolderETree): Add members for tracking activity callback information. (get_short_folderinfo_got): Notify the activity callback. (subscribe_get_short_folderinfo): Here too. (folder_etree_init): Initialize the activity level to 0. (folder_etree_construct): Take new parameters of our activity callback and user_data. (folder_etree_new): Here too. (store_data_get_widget): Take the parameters here and pass them on. (sc_close_pressed): New callback for when close button is pressed. (sc_activity_timeout): New timeout to move the activity bar when folders are being scanned. (sc_activity_cb): If activity_level > 0, start the progressbar moving and set the status. (menu_item_selected): Pass the callback to store_data_get_widget. (subscribe_dialog_construct): Load some more widgets and adapt to some changes in the XML. Also connect the close button signal and initialize the progress bar's settings. * mail-callbacks.c (manage_subscriptions): Don't call gnome_dialog_set_close on it anymore since it's no longer a gnome dialog. svn path=/trunk/; revision=17793
Diffstat (limited to 'mail/mail-callbacks.c')
-rw-r--r--mail/mail-callbacks.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/mail/mail-callbacks.c b/mail/mail-callbacks.c
index 52c778739e..d953676ff9 100644
--- a/mail/mail-callbacks.c
+++ b/mail/mail-callbacks.c
@@ -3276,8 +3276,6 @@ manage_subscriptions (BonoboUIComponent *uih, void *user_data, const char *path)
gtk_signal_connect (GTK_OBJECT (SUBSCRIBE_DIALOG (subscribe_dialog)->app), "destroy",
subscribe_dialog_destroy, NULL);
- gnome_dialog_set_close (GNOME_DIALOG (SUBSCRIBE_DIALOG (subscribe_dialog)->app), TRUE);
-
subscribe_dialog_show (subscribe_dialog);
} else {
gdk_window_raise (SUBSCRIBE_DIALOG (subscribe_dialog)->app->window);