aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-shell-client.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-02-27 11:58:25 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-02-27 11:58:25 +0800
commita75e12466d16f6c17d558de205bd0991485101cc (patch)
tree5b26cdf613586f1e1f6892955264864ebef52c2e /shell/evolution-shell-client.c
parent6d372364756b98ec1bd22810c3b9bf7a9a514c71 (diff)
downloadgsoc2013-evolution-a75e12466d16f6c17d558de205bd0991485101cc.tar.gz
gsoc2013-evolution-a75e12466d16f6c17d558de205bd0991485101cc.tar.zst
gsoc2013-evolution-a75e12466d16f6c17d558de205bd0991485101cc.zip
Added `accepted_dnd_mime_types' and `exported_dnd_mime_types' members
to the `FolderType' struct and renamed `Evolution::Shell::FolderTypeList' to `Evolution::Shell::FolderTypeNameList' to avoid confusion. svn path=/trunk/; revision=8400
Diffstat (limited to 'shell/evolution-shell-client.c')
-rw-r--r--shell/evolution-shell-client.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/shell/evolution-shell-client.c b/shell/evolution-shell-client.c
index 377f2c21d0..fb919b0a3f 100644
--- a/shell/evolution-shell-client.c
+++ b/shell/evolution-shell-client.c
@@ -170,7 +170,7 @@ user_select_folder (EvolutionShellClient *shell_client,
GNOME_Evolution_FolderSelectionListener listener_interface;
GNOME_Evolution_Shell corba_shell;
CORBA_Environment ev;
- GNOME_Evolution_Shell_FolderTypeList corba_type_list;
+ GNOME_Evolution_Shell_FolderTypeNameList corba_type_name_list;
int num_possible_types;
char *result;
@@ -192,12 +192,12 @@ user_select_folder (EvolutionShellClient *shell_client,
num_possible_types = count_string_items (possible_types);
- corba_type_list._length = num_possible_types;
- corba_type_list._maximum = num_possible_types;
- corba_type_list._buffer = (CORBA_char **) possible_types;
+ corba_type_name_list._length = num_possible_types;
+ corba_type_name_list._maximum = num_possible_types;
+ corba_type_name_list._buffer = (CORBA_char **) possible_types;
GNOME_Evolution_Shell_selectUserFolder (corba_shell, listener_interface,
- title, default_folder, &corba_type_list,
+ title, default_folder, &corba_type_name_list,
&ev);
if (ev._major != CORBA_NO_EXCEPTION) {
/span> * Improve shebangfix frameworkamdmi32015-10-191-1/+0 * - Attempt to unbreak on PowerPC (verified) and SPARC (not verified)danfe2015-10-192-30/+21 * - Update to version 2.3.2pawel2015-10-175-23/+14 * - Update to 0.10.1olivierd2015-10-123-4/+20 * Remove iconv(), iconv_open() and iconv_close() symbols from libiconv.tijl2015-10-101-1/+7 * Update to 4.11bapt2015-10-092-3/+3 * - Add LICENSE_FILEamdmi32015-10-081-1/+4 * - cleanupdinoex2015-10-081-1/+1 * - cleanupdinoex2015-10-081-1/+1 * Update to 0.19.12gblach2015-10-072-3/+3 * Update to 0.95.7. Changes include:hrs2015-10-0670-248/+275 * Deprecate ports broken for more than 6 monthsantoine2015-09-271-0/+2 * Update to 0.19.11gblach2015-09-252-3/+3 * - Switch to options helpersamdmi32015-09-181-12/+4 * It seems some people keep adding $FreeBSD$ to patch files.mat2015-09-162-4/+0 * Convert to option helpersbapt2015-09-131-27/+24 * Update to 0.19.10gblach2015-09-132-3/+3 * Update to 4.10.4bapt2015-09-122-3/+3 * - Update to 0.10.0olivierd2015-09-083-5/+8 * - Add NO_ARCHamdmi32015-09-051-6/+3 * - Add LICENSE_FILEamdmi32015-09-051-5/+3 * Update macro to 1.10.2.kwm2015-09-042-3/+3 * - Add LICENSEamdmi32015-09-041-5/+4 * - Cleanup, update MASTER_SITESamdmi32015-09-032-16/+20 * - Update to 2.2.2amdmi32015-09-032-3/+3 * Upgrade to 2.3.1.vanilla2015-09-033-9/+8 * 1: Upgrade to 1.4.8.vanilla2015-09-034-32/+42 * - Fix shebangsamdmi32015-09-031-8/+10 * - Add LICENSE_FILEamdmi32015-09-031-6/+5 * Fix build when NLS option is offgblach2015-09-031-3/+3 * - Add LICENSEamdmi32015-09-012-7/+8 * Update to 0.19.9gblach2015-08-242-3/+3 * - Update The Glorious Glasgow Haskell Compiler to version 7.10.2pgj2015-08-215-10/+23 * Remove UNIQUENAME and LATEST_LINK.mat2015-08-174-5/+0 * Bump PORTREVISION for libupower-glib library version bump in r393607.tijl2015-08-171-1/+1 * Make sure these compiz ports depend on gconf2 so the GCONF_SCHEMASkwm2015-08-103-3/+3 * Update end-user information after revision r393789olivierd2015-08-091-21/+15 * Upgrade to 0.19.8gblach2015-08-062-3/+3 * The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.kwm2015-08-0610-77/+98 * Part 2 of adding USE_GNOME=intltool to ports that require it.kwm2015-08-053-3/+3 * - Upgrade x11-wm/enlightenment to 0.19.7 [1]gblach2015-08-052-3/+3 * Part 1 of adding USE_GNOME=intltool to ports that require it.kwm2015-08-032-2/+2 * By default libtool replaces -export-symbols <file> with -retain-symbols-filetijl2015-08-022-1/+2 * Update to 4.10.3bapt2015-07-312-3/+3 * Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for portsantoine2015-07-301-2/+1 * Update MATE DE to 1.10.0.kwm2015-07-282-5/+6 * Update to 4.12.3 (bugfix release)olivierd2015-07-202-4/+5 * Fix runtime error:riggs2015-07-171-2/+14 * x11-wm/compiz-fusion: cleanuppgollucci2015-07-161-6/+1 * - Un-break buildriggs2015-07-064-13/+63 * Update to 2.7.2zeising2015-07-054-3/+67 * - Switch to USES=autoreconfamdmi32015-06-242-10/+7 * Convert to USES=jpegantoine2015-06-234-9/+5 * Convert to USES=autoreconfbapt2015-06-221-3/+2 * - Strip binariesamdmi32015-06-171-0/+3 * - Don't duplicate examples in DOCSDIRamdmi32015-06-163-22/+14 * - Add LICENSE_FILEamdmi32015-06-152-3/+7 * Reset dhn's portserwin2015-06-134-4/+4 * - Strip librariesamdmi32015-06-061-1/+5 * Update to 3.6.novel2015-06-013-9/+9 * - clerifyamdmi32015-05-291-3/+3 * Remove $FreeBSD$ from patches files everywhere.mat2015-05-2322-46/+0 * Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.mat2015-05-194-6/+9 * Update to 4.12.2 (bugfix)olivierd2015-05-182-3/+3 * Update to 4.12.3 (bugfix)olivierd2015-05-172-4/+4 * MASTER_SITES cleanup.mat2015-05-1411-24/+13 * Remove unneeded patches (discussed with upstream)olivierd2015-05-124-56/+0 * Cleanup DIST* variables.mat2015-05-121-2/+2 * Update to 0.19.5gblach2015-05-102-3/+3 * Update ports in the remaining categories to not use GH_COMMIT.mat2015-05-088-16/+11 * Update to 0.9.1olivierd2015-05-068-110/+51 * USES=xfce: Stop overriding MASTER_SITE_SUBDIR.bdrewery2015-04-291-1/+1 * Add euclid-wm 0.4.3, minimalist, tiling window manager for X11.vanilla2015-04-286-0/+118 * - Update to 0.9.0olivierd2015-04-184-4/+25 * Update to 4.10.2bapt2015-04-172-3/+3 * over to enlightenment@bapt2015-04-171-1/+1 * over to enlightenment@bapt2015-04-171-1/+1 * Over to the enlightement teambapt2015-04-1717-17/+17 * Back to the pool.gblach2015-04-1720-20/+20 * converters/libiconv:tijl2015-04-153-29/+3 * Fix build WITHOUT=NLS.mat2015-04-111-0/+1 * - Switch to USES= metaportolivierd2015-04-081-62/+23 * - Update to version 2.2.1pawel2015-03-304-20/+5 * x11-wm/bspwm: minor fixesrobak2015-03-302-3/+6 * Update to 4.10.1bapt2015-03-302-3/+3 * Update to 4.10bapt2015-03-302-3/+3 * - Add patch, to make verbose logging conditionalolivierd2015-03-292-0/+17 * Update the Gnome stack to the latest in the 3.14 series.kwm2015-03-272-3/+3 * Unbreak build, when Thunar is not setolivierd2015-03-271-0/+1 * Update the cinnamon stack to the latest in the 2.4 series.kwm2015-03-272-3/+3 * Upgrade to 5.6.vanilla2015-03-264-25/+22 * 8 ports categories: Remove $PTHREAD_LIBSmarino2015-03-241-1/+1 * Update to 4.12.1olivierd2015-03-222-4/+4 * Fix plistbapt2015-03-221-3/+3 * Make fonts repecting XDGbapt2015-03-222-9/+8 * - Update to version 0.9pawel2015-03-173-17/+33 * Update to 4.12.1olivierd2015-03-162-4/+4 * Update to 4.12.2olivierd2015-03-162-3/+3 * Bump PORTREVISION after update of x11-wm/xfce4-wm (revision r381298)olivierd2015-03-151-0/+1 * Update to 4.12.1olivierd2015-03-152-4/+4 * Make really Thunar optional (fix revision r380955)olivierd2015-03-141-1/+1 * Make Thunar optionalolivierd2015-03-111-3/+7 * Update to 4.9.1bapt2015-03-102-3/+3 * - Pet portlintamdmi32015-03-081-4/+10 * - Pet portlintamdmi32015-03-081-4/+9 * gmake:lite is only intended to be used for possible gmake dependenciesantoine2015-03-071-1/+1 * The FreeBSD Xfce team proudly presents Xfce 4.12.olivierd2015-03-0621-335/+361 * Remove Author from pkg-descrbapt2015-03-033-6/+3 * Fix typobapt2015-02-281-1/+1 * Update to 4.9bapt2015-02-282-5/+6 * - Update to 0.19.4gblach2015-02-274-27/+15 * - Temporary remove e-module-diskio (broken) from RUN_DEPENDSgblach2015-02-241-2/+2 * Update to 1.0.16gblach2015-02-222-4/+3