aboutsummaryrefslogtreecommitdiffstats
path: root/mail/subscribe-control-factory.h
diff options
context:
space:
mode:
authorChris Toshok <toshok@helixcode.com>2000-09-30 04:36:03 +0800
committerChris Toshok <toshok@src.gnome.org>2000-09-30 04:36:03 +0800
commitc237eba138cda7af87e718e19fe08453fc9602da (patch)
treecd0405a01c48995a8b650e52fb986724b479e3a1 /mail/subscribe-control-factory.h
parent7d63b93c516dd80bfc703e92c1502e55ae3c1f97 (diff)
downloadgsoc2013-evolution-c237eba138cda7af87e718e19fe08453fc9602da.tar
gsoc2013-evolution-c237eba138cda7af87e718e19fe08453fc9602da.tar.gz
gsoc2013-evolution-c237eba138cda7af87e718e19fe08453fc9602da.tar.bz2
gsoc2013-evolution-c237eba138cda7af87e718e19fe08453fc9602da.tar.lz
gsoc2013-evolution-c237eba138cda7af87e718e19fe08453fc9602da.tar.xz
gsoc2013-evolution-c237eba138cda7af87e718e19fe08453fc9602da.tar.zst
gsoc2013-evolution-c237eba138cda7af87e718e19fe08453fc9602da.zip
nuked.
2000-09-29 Chris Toshok <toshok@helixcode.com> * subscribe-control-factory.c, subscribe-control-factory.h: nuked. * subscribe-control.c, subscribe-control.h: lots of changes. we now pop up a dialog, and will have a storage set view on our left side, like the shell does. * mail.h: add prototype for manage_subscriptions. * mail-callbacks.c (manage_subscriptions): new function, pops up the subscribe dialog. * folder-browser-factory.c: add the verb for managing subscriptions. * Makefile.am (evolution_mail_SOURCES): add subscribe-control.[ch] again. svn path=/trunk/; revision=5637
Diffstat (limited to 'mail/subscribe-control-factory.h')
-rw-r--r--mail/subscribe-control-factory.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/mail/subscribe-control-factory.h b/mail/subscribe-control-factory.h
deleted file mode 100644
index 7c1eaa0b18..0000000000
--- a/mail/subscribe-control-factory.h
+++ /dev/null
@@ -1,21 +0,0 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-/*
- * subscribe-control-factory.h: A Bonobo Control factory for Subscribe Controls
- *
- * Author:
- * Chris Toshok (toshok@helixcode.com)
- *
- * (C) 2000 Helix Code, Inc.
- */
-
-#ifndef _SUBSCRIBE_CONTROL_FACTORY_H
-#define _SUBSCRIBE_CONTROL_FACTORY_H
-
-#include <bonobo.h>
-#include "Evolution.h"
-
-BonoboControl *subscribe_control_factory_new_control (const char *uri,
- const Evolution_Shell shell);
-GList *subscribe_control_factory_get_control_list (void);
-
-#endif /* _SUBSCRIBE_CONTROL_FACTORY_H */