aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-storage-set-view-factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/evolution-storage-set-view-factory.c')
-rw-r--r--shell/evolution-storage-set-view-factory.c74
1 files changed, 0 insertions, 74 deletions
diff --git a/shell/evolution-storage-set-view-factory.c b/shell/evolution-storage-set-view-factory.c
deleted file mode 100644
index 38f5a72f38..0000000000
--- a/shell/evolution-storage-set-view-factory.c
+++ /dev/null
@@ -1,74 +0,0 @@
-/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
-/* evolution-storage-set-view-factory.c
- *
- * Copyright (C) 2000 Ximian, Inc.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of version 2 of the GNU General Public
- * License as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public
- * License along with this program; if not, write to the
- * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
- * Boston, MA 02111-1307, USA.
- *
- * Author: Ettore Perazzoli
- */
-
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-
-#include "e-storage-set-view.h"
-#include "e-shell.h"
-#include "evolution-storage-set-view.h"
-
-#include "evolution-storage-set-view-factory.h"
-
-#include <gal/widgets/e-scroll-frame.h>
-
-
-BonoboControl *
-evolution_storage_set_view_factory_new_view (EShell *shell)
-{
- EStorageSet *storage_set;
- GtkWidget *storage_set_view;
- BonoboControl *control;
- EvolutionStorageSetView *storage_set_view_interface;
- GtkWidget *scroll_frame;
-
- g_return_val_if_fail (shell != NULL, NULL);
- g_return_val_if_fail (E_IS_SHELL (shell), NULL);
-
- storage_set = e_shell_get_storage_set (shell);
- storage_set_view = e_storage_set_create_new_view (storage_set, NULL /*XXX*/);
- e_storage_set_view_set_allow_dnd (E_STORAGE_SET_VIEW (storage_set_view), FALSE);
-
- storage_set_view_interface = evolution_storage_set_view_new (E_STORAGE_SET_VIEW (storage_set_view));
- if (storage_set_view_interface == NULL) {
- gtk_widget_destroy (storage_set_view);
- return NULL;
- }
-
- scroll_frame = e_scroll_frame_new (NULL, NULL);
- e_scroll_frame_set_policy (E_SCROLL_FRAME (scroll_frame),
- GTK_POLICY_AUTOMATIC,
- GTK_POLICY_AUTOMATIC);
- e_scroll_frame_set_shadow_type (E_SCROLL_FRAME (scroll_frame),
- GTK_SHADOW_IN);
-
- gtk_container_add (GTK_CONTAINER (scroll_frame), storage_set_view);
-
- gtk_widget_show (scroll_frame);
- gtk_widget_show (storage_set_view);
-
- control = bonobo_control_new (scroll_frame);
- bonobo_object_add_interface (BONOBO_OBJECT (control), BONOBO_OBJECT (storage_set_view_interface));
-
- return control;
-}
reamer&id=c95757bf8977796444544918518204869dc4cfb0'>Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1 * Fix a typo.olgeni2009-11-251-1/+1 * - Update to 1.5miwi2009-11-172-5/+5 * - Use fix uid and gidrafan2009-04-076-3/+185 * - Reset farrokhi@freebsd.org due to long period of inactivity.miwi2009-03-101-1/+1 * Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-21'>+0 * Add LICENSE_FILEsunpoet2018-02-241-2/+3 * Update to 1.9.1sunpoet2018-02-242-4/+4 * www/mod_pagespeed: Add Apache version prefixbrnrd2018-02-241-0/+1 * Update to 1.0991ehaupt2018-02-242-4/+4 * www/apache22: Add upstream fixbrnrd2018-02-242-1/+28 * Give xmj@'s ports back to the pooltcberner2018-02-243-3/+3 * Update Mojolicious to 7.68adamw2018-02-242-4/+4 * www/py-flexget: update to 2.12.10jbeich2018-02-242-4/+4 * www/waterfox: apply some FF59 fixesjbeich2018-02-2412-0/+1165 * Reset vg@'s ports after he resigned.rene2018-02-245-5/+5 * www/squid: Fixes security vulnerabilitiesdbaio2018-02-243-1/+52 * Update to 9.0.5lwhsu2018-02-243-11/+15 * Update to 8.5.28lwhsu2018-02-243-11/+15 * Update to 1.9.0sunpoet2018-02-242-4/+4 * www/squid-devel: Update to 4.0.23, Fixes security vulnerabilitiesdbaio2018-02-233-13/+21 * Update to 1.2.16 release.ale2018-02-232-6/+6 * Update to 8.0.50 release.ale2018-02-233-4/+9 * Update to 7.0.85 release.ale2018-02-233-4/+9 * - Add www/p5-LWP-Protocol-https to RUN_DEPENDSwen2018-02-231-1/+2 * www/itop: neel@neelc.org took maintainershipyuri2018-02-231-1/+1 * www/caddy: Update to 0.10.11yuri2018-02-233-7/+40 * Update WWWsunpoet2018-02-231-1/+1 * www/waterfox: update to 56.0.4.20jbeich2018-02-238-1242/+2914 * - Add LICENSEamdmi32018-02-221-5/+9 * Reset MAINTAINERtobik2018-02-221-1/+1 * Add www/py-puppetboard03romain2018-02-226-3/+50 * www/waterfox: unbreak after r462554jbeich2018-02-221-2/+2 * www/waterfox: apply some FF59 fixesjbeich2018-02-226-1/+1000 * Reset MAINTAINERtobik2018-02-221-1/+1 * Change RUN_DEPENDS from rubygem-pg to rubygem-pg0sunpoet2018-02-211-1/+2 * Update to 5.32sunpoet2018-02-212-4/+4 * Update to 6.32sunpoet2018-02-212-5/+5 * Upgrade from 1.13.8 to 1.13.9.osa2018-02-218-155/+88 * Update Mojolicious to 7.67adamw2018-02-212-4/+4 * Update comment in pkg-message. Iridium needs kern.ipc.shm_allow_removed=1, wh...cpm2018-02-211-0/+2 * Update Mattermost (server and webapp) to 4.7.1olivier2018-02-215-292/+444 * rubygem-hashicorp-checkpoint: update to 0.1.5cmt2018-02-212-3/+4 * Mark DEPRECATED and set EXPIRATION_DATE to 2018-02-28sunpoet2018-02-211-0/+3 * Update to 1.000sunpoet2018-02-212-5/+5 * Update to 4.7.7sunpoet2018-02-212-4/+4 * Update to 10.0.7sunpoet2018-02-212-5/+5 * www/chromium: update to 63.0.3239.132rene2018-02-21264-3980/+2904 * www/gitlab: Update from 10.1.6 to 10.4.4tz2018-02-209-674/+1215 * www/gitlab-workhorse: Update from 2.3.0 to 3.3.1tz2018-02-202-4/+4 * www/nextcloud: Update to 13.0.0brnrd2018-02-204-317/+521 * Remove dependency on the python metaportsantoine2018-02-202-12/+12 * www/waterfox: apply more FF59 fixesjbeich2018-02-206-1/+492 * www/py-flexget: update to 2.12.9jbeich2018-02-202-4/+4 * www/firefox: unbreak custom CPUTYPE with Rust 1.24jbeich2018-02-202-0/+48 * Fork www/rubygem-unicorn-worker-killer to www/rubygem-unicorn-worker-killer044tz2018-02-204-0/+35 * - Fix LICENSEamdmi32018-02-191-2/+5 * Fix bunch of ports by TundraWare, which share a common set of problemsamdmi32018-02-194-9/+15 * Remove dependency on the python metaportsantoine2018-02-191-4/+4 * - Fix shebangsamdmi32018-02-191-3/+6 * Reduce dependency on the python2 metaportantoine2018-02-19