aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorJP Rosevear <jpr@ximian.com>2001-07-13 01:56:50 +0800
committerJP Rosevear <jpr@src.gnome.org>2001-07-13 01:56:50 +0800
commit469e9372d6a2a0b6f99f64a99c5a690ff0a6ec54 (patch)
treecd1fec1e95e01ce2f2dfd69ced163847d1066e04 /calendar
parentb0dabea18bc7102021d4df05da97540da9eb3c16 (diff)
downloadgsoc2013-evolution-469e9372d6a2a0b6f99f64a99c5a690ff0a6ec54.tar.gz
gsoc2013-evolution-469e9372d6a2a0b6f99f64a99c5a690ff0a6ec54.tar.zst
gsoc2013-evolution-469e9372d6a2a0b6f99f64a99c5a690ff0a6ec54.zip
fix typo breaking compilation
2001-07-12 JP Rosevear <jpr@ximian.com> * gui/e-calendar-table.c (e_calendar_table_copy_clipboard): fix typo breaking compilation * gui/dialogs/meeting-page.c: fix include * gui/dialogs/Makefile.am: build select names idl here * gui/Makefile.am: remove select names compilation from here svn path=/trunk/; revision=11050
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog11
-rw-r--r--calendar/gui/.cvsignore4
-rw-r--r--calendar/gui/Makefile.am7
-rw-r--r--calendar/gui/dialogs/.cvsignore4
-rw-r--r--calendar/gui/dialogs/Makefile.am24
-rw-r--r--calendar/gui/dialogs/meeting-page.c2
-rw-r--r--calendar/gui/e-calendar-table.c4
7 files changed, 41 insertions, 15 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index d60ab5b902..3982b43b96 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,5 +1,16 @@
2001-07-12 JP Rosevear <jpr@ximian.com>
+ * gui/e-calendar-table.c (e_calendar_table_copy_clipboard): fix
+ typo breaking compilation
+
+ * gui/dialogs/meeting-page.c: fix include
+
+ * gui/dialogs/Makefile.am: build select names idl here
+
+ * gui/Makefile.am: remove select names compilation from here
+
+2001-07-12 JP Rosevear <jpr@ximian.com>
+
* gui/dialogs/task-details-page.c (task_details_page_set_dates):
guard against infinite loops with the updating boolean, fixes 4270
diff --git a/calendar/gui/.cvsignore b/calendar/gui/.cvsignore
index 2ee62bb203..0c53690409 100644
--- a/calendar/gui/.cvsignore
+++ b/calendar/gui/.cvsignore
@@ -15,10 +15,6 @@ Evolution-Composer-common.c
Evolution-Composer-skels.c
Evolution-Composer-stubs.c
Evolution-Composer.h
-Evolution-Addressbook-SelectNames.h
-Evolution-Addressbook-SelectNames-stubs.c
-Evolution-Addressbook-SelectNames-skels.c
-Evolution-Addressbook-SelectNames-common.c
GNOME_Evolution_Calendar_Control.oaf
GNOME_Evolution_Calendar.oaf
GNOME_Evolution_Calendar_gnomecal.oaf
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am
index b7d2d73a6d..4d22893263 100644
--- a/calendar/gui/Makefile.am
+++ b/calendar/gui/Makefile.am
@@ -2,7 +2,6 @@
IDLS = \
$(top_srcdir)/composer/Evolution-Composer.idl \
- $(top_srcdir)/addressbook/gui/component/select-names/Evolution-Addressbook-SelectNames.idl \
$(top_srcdir)/calendar/idl/evolution-calendar.idl
IDL_GENERATED = \
@@ -10,10 +9,6 @@ IDL_GENERATED = \
Evolution-Composer-common.c \
Evolution-Composer-skels.c \
Evolution-Composer-stubs.c \
- Evolution-Addressbook-SelectNames.h \
- Evolution-Addressbook-SelectNames-common.c \
- Evolution-Addressbook-SelectNames-skels.c \
- Evolution-Addressbook-SelectNames-stubs.c \
evolution-calendar.h \
evolution-calendar-common.c \
evolution-calendar-skels.c \
@@ -23,8 +18,6 @@ $(IDL_GENERATED): $(IDLS)
$(ORBIT_IDL) -I $(srcdir) -I $(datadir)/idl `$(GNOME_CONFIG) --cflags idl` \
$(srcdir)/../../composer/Evolution-Composer.idl
$(ORBIT_IDL) -I $(srcdir) -I $(datadir)/idl `$(GNOME_CONFIG) --cflags idl` \
- $(top_srcdir)/addressbook/gui/component/select-names/Evolution-Addressbook-SelectNames.idl
- $(ORBIT_IDL) -I $(srcdir) -I $(datadir)/idl `$(GNOME_CONFIG) --cflags idl` \
$(top_srcdir)/calendar/idl/evolution-calendar.idl
BUILT_SOURCES = $(IDL_GENERATED)
diff --git a/calendar/gui/dialogs/.cvsignore b/calendar/gui/dialogs/.cvsignore
index e995588475..3b97f6881d 100644
--- a/calendar/gui/dialogs/.cvsignore
+++ b/calendar/gui/dialogs/.cvsignore
@@ -1,3 +1,7 @@
.deps
Makefile
Makefile.in
+Evolution-Addressbook-SelectNames.h
+Evolution-Addressbook-SelectNames-stubs.c
+Evolution-Addressbook-SelectNames-skels.c
+Evolution-Addressbook-SelectNames-common.c
diff --git a/calendar/gui/dialogs/Makefile.am b/calendar/gui/dialogs/Makefile.am
index bb0778162b..f9c95f3341 100644
--- a/calendar/gui/dialogs/Makefile.am
+++ b/calendar/gui/dialogs/Makefile.am
@@ -1,4 +1,19 @@
-gladedir = $(datadir)/evolution/glade
+## CORBA stuff
+
+IDLS = \
+ $(top_srcdir)/addressbook/gui/component/select-names/Evolution-Addressbook-SelectNames.idl
+
+IDL_GENERATED = \
+ Evolution-Addressbook-SelectNames.h \
+ Evolution-Addressbook-SelectNames-common.c \
+ Evolution-Addressbook-SelectNames-skels.c \
+ Evolution-Addressbook-SelectNames-stubs.c
+
+$(IDL_GENERATED): $(IDLS)
+ $(ORBIT_IDL) -I $(srcdir) -I $(datadir)/idl `$(GNOME_CONFIG) --cflags idl` \
+ $(top_srcdir)/addressbook/gui/component/select-names/Evolution-Addressbook-SelectNames.idl
+
+BUILT_SOURCES = $(IDL_GENERATED)
INCLUDES = \
-DG_LOG_DOMAIN=\"calendar-gui\" \
@@ -21,6 +36,7 @@ INCLUDES = \
noinst_LIBRARIES = libcal-dialogs.a
libcal_dialogs_a_SOURCES = \
+ $(IDL_GENERATED) \
alarm-options.c \
alarm-options.h \
alarm-page.c \
@@ -60,6 +76,7 @@ libcal_dialogs_a_SOURCES = \
task-page.c \
task-page.h
+gladedir = $(datadir)/evolution/glade
glade_DATA = \
alarm-options.glade \
alarm-page.glade \
@@ -74,6 +91,11 @@ glade_DATA = \
etspecdir = $(datadir)/evolution/etspec/
etspec_DATA = meeting-page.etspec
+CLEANFILES += $(BUILT_SOURCES)
+
+dist-hook:
+ cd $(distdir); rm -f $(BUILT_SOURCES)
+
EXTRA_DIST = \
$(glade_DATA) \
$(etspec_DATA)
diff --git a/calendar/gui/dialogs/meeting-page.c b/calendar/gui/dialogs/meeting-page.c
index b4e5732e11..c4e05be8f5 100644
--- a/calendar/gui/dialogs/meeting-page.c
+++ b/calendar/gui/dialogs/meeting-page.c
@@ -46,7 +46,7 @@
#include <gal/widgets/e-gui-utils.h>
#include <widgets/misc/e-dateedit.h>
#include <e-util/e-dialog-widgets.h>
-#include "../Evolution-Addressbook-SelectNames.h"
+#include "Evolution-Addressbook-SelectNames.h"
#include "../component-factory.h"
#include "../itip-utils.h"
#include "comp-editor-util.h"
diff --git a/calendar/gui/e-calendar-table.c b/calendar/gui/e-calendar-table.c
index dee26ae88b..ef87a9167a 100644
--- a/calendar/gui/e-calendar-table.c
+++ b/calendar/gui/e-calendar-table.c
@@ -779,7 +779,7 @@ void
e_calendar_table_copy_clipboard (ECalendarTable *cal_table)
{
ETable *etable;
-
+
g_return_if_fail (E_IS_CALENDAR_TABLE (cal_table));
if (cal_table->clipboard_selection) {
@@ -795,7 +795,7 @@ e_calendar_table_copy_clipboard (ECalendarTable *cal_table)
cal_table->clipboard_selection = icalcomponent_as_ical_string (cal_table->tmp_vcal);
icalcomponent_free (cal_table->tmp_vcal);
- cal_table->tmp_val = NULL;
+ cal_table->tmp_vcal = NULL;
gtk_selection_owner_set (cal_table->invisible, clipboard_atom, GDK_CURRENT_TIME);
}
'>2018-01-318-67/+10 * - Update to 1.8.0acm2018-01-316-10/+39 * - New port: editors/lazarus-lcl-qt5acm2018-01-312-0/+28 * Upgrade to upstream svn revision r1822069, which includes the fixestruckman2018-01-295-235/+59 * Set WITH_DEBUG if the CRASHDUMP option is set rather than bailingtruckman2018-01-281-5/+2 * Update vim to patchlevel 1432adamw2018-01-282-4/+4 * Don't enable crashdumps by default. This build knob causes the buildtruckman2018-01-273-10/+57 * - Update name of autoreconf WRKSRC variable in commentak2018-01-242-2/+2 * Import code from mousepad development repository which fixes a dbusmadpilot2018-01-234-32/+112 * editors/plume-creator-devel: unbreak build with Clang 6 (C++14 by default)jbeich2018-01-211-0/+27 * Remove the CCACHE option and other ccache code from the Makefiletruckman2018-01-202-57/+3 * Remove the CCACHE option and other ccache code from the Makefiletruckman2018-01-203-100/+3 * Options are already optional.mat2018-01-201-1/+2 * Fix editors/openoffice-4 build with clang 6.0.0 by compiling withtruckman2018-01-193-0/+24 * editors/codelite: Fix build when devel/check is installed.mmokhi2018-01-181-0/+14 * Remove some leftovers from an earlier version of the $HOME fix.truckman2018-01-181-1/+1 * Fix editors/openoffice-4 build with clang 6.0.0 by compiling withtruckman2018-01-183-1/+25 * devel/boost-*: update to 1.66.0jbeich2018-01-1810-9/+10 * editors/with-editor: update to 2.7.1swills2018-01-122-4/+4 * Donate to the ruby@ collectiveadamw2018-01-121-1/+1 * Chase the vim-lite -> vim-console renameadamw2018-01-121-1/+1 * Rename editors/vim-lite to editors/vim-console. The vim-console port isn'tadamw2018-01-125-10/+10 * - Convert to option helper install target (add OPTIONS_DEFINE=DOCSdanfe2018-01-121-8/+11 * Do not abuse INSTALL_MAN when installing documentation, examples, anddanfe2018-01-112-2/+2 * Catch up with liborcus 0.13.jkim2018-01-116-5/+191 * Prevent PKGBASE collision with science/meditantoine2018-01-091-0/+1 * Add editors/vim-tiny.adamw2018-01-095-3/+48 * Add editors/rubygem-neovim, ruby bindings to control neovim.adamw2018-01-094-0/+36 * editors/abiword: unbreak build with Clang 6 (C++14 by default)jbeich2018-01-091-0/+100 * Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.2cpm2018-01-081-0/+1 * Add an NLS knob.adamw2018-01-082-29/+36 * Quickly fix a segmentation fault when trying to open About dialog, bydanfe2018-01-081-0/+2 * Add a port of medit, a programming and around-programming text editor.danfe2018-01-085-0/+305 * - Update to 2.9.2danilo2018-01-052-4/+4 * Cleanup Mk/Uses/gnome.mk.mat2018-01-031-1/+1 * New USES=eigentcberner2018-01-031-3/+2 * Upgrade to Apache OpenOffice 4.1.5.truckman2017-12-313-17/+15 * Update to patchlevel 1427adamw2017-12-312-4/+4 * Update to 3.1.32gblach2017-12-302-4/+4 * editors/focuswriter: Update to 1.6.8swills2017-12-282-5/+4 * - Update to 44.1.1danilo2017-12-272-4/+4 * editors/tree-widget: Remove expired portjrm2017-12-265-79/+0 * Update to patchlevel 1424adamw2017-12-242-4/+4 * Update MASTER_SITES and unbreak this portsunpoet2017-12-241-2/+2 * Remove unused ACLOCAL_ARGS.tijl2017-12-241-1/+0 * Convert to USES=autoreconf.tijl2017-12-232-4/+12 * Mark BROKEN: unfetchableantoine2017-12-231-0/+1 * editors/dte: Update to 1.6tobik2017-12-213-14/+6 * editors/xi-core: Drop maintainershiptobik2017-12-211-1/+1 * Mark more recently failing ports broken on aarch64.linimon2017-12-191-0/+3 * New port: editors/dte: Small and easy to use console text editoryuri2017-12-195-0/+62 * Update to patchlevel 1397adamw2017-12-172-4/+4 * - Those ports fail to build with python3antoine2017-12-131-1/+1 * - Those ports fail to build with python3antoine2017-12-111-2/+2 * Update to patchlevel 1381adamw2017-12-102-4/+4 * editors/codelite: Fix pkg-plist regarding to r455803mmokhi2017-12-091-0/+11 * editors/codelite: Upgrade the port to the latest version (11.0)mmokhi2017-12-093-16/+4 * Don't include bsd.port.options.mk after bsd.port.pre.mk.mat2017-12-081-1/+0 * - Update WWWamdmi32017-12-072-2/+2 * Update to patchlevel 1365adamw2017-12-032-5/+4 * Cleanup LIB_DEPENDS on libpngantoine2017-12-011-1/+1 * Security update OpenEXR and ilmbase to 2.2.1.mandree2017-12-011-1/+1 * Convert Python ports to FLAVORS.mat2017-11-307-18/+18 * - Add LICENSEamdmi32017-11-302-1/+4 * For ports that are marked BROKEN on armv6, and also fail to build onlinimon2017-11-303-0/+3 * - Update to 2.9.1danilo2017-11-302-4/+4 * Fix CSCOPE and NLS optionsadamw2017-11-291-3/+3 * - Add LICENSEamdmi32017-11-281-1/+1 * Fix WITHOUT_NLSadamw2017-11-281-1/+2 * Fix the table wizard in openoffice-base on FreeBSD 10 amd64. One of thetruckman2017-11-274-1/+30 * Update KDE ports that use OpenEXR, to use it optionally. This makesadridg2017-11-261-3/+7 * Update to patchlevel 1342adamw2017-11-262-4/+4 * editors/neovim: update 0.2.1 -> 0.2.2robak2017-11-193-4/+6 * - Fix broken behaviour when port is compiled with IMAGEMAGICK optionashish2017-11-191-0/+11 * - Update to git snapshot 6b8e9b7ashish2017-11-193-5/+18 * Bump portrevision to chase graphics/glew shard library version update.zeising2017-11-191-1/+1 * Update to patchlevel 1309adamw2017-11-192-5/+4 * - Update to 2.4.14culot2017-11-162-5/+4 * Ignore in portscout. New patches happen multiple times each dayadamw2017-11-131-0/+1 * Fix lua supportadamw2017-11-131-0/+3 * Update to 0.7.55bapt2017-11-122-4/+10 * Update to patchlevel 1289adamw2017-11-122-10/+4 * Update editors/neovim to 0.2.1tcberner2017-11-115-29/+31 * Add an option for mzscheme bindingsadamw2017-11-111-4/+8 * Use the provided configure scriptadamw2017-11-111-50/+40 * - Update to git snapshot 00995c8ashish2017-11-103-9/+10 * devel/icu: update to 60.1jbeich2017-11-092-2/+2 * Update to patchlevel 1264adamw2017-11-052-5/+4 * Update to 5.3.7.jkim2017-11-03101-395/+407 * Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.olgeni2017-11-011-3/+3 * Fix the ctags syntax. It does need the escaped pipe.adamw2017-11-011-2/+2 * Alter language bindingsadamw2017-11-011-20/+16 * Update to patchlevel 1231adamw2017-10-282-6/+7 * Add a security patch taken from Apache OpenOffice 4.1.4.truckman2017-10-273-9/+230 * editors/mg: Update to 20171014tobik2017-10-262-4/+4 * Update to patchlevel 1207adamw2017-10-212-4/+4 * Upgrade to Apache OpenOffice 4.1.4:truckman2017-10-214-37/+40 * editors/jucipp: update to 1.3.0swills2017-10-192-18/+12 * Remove expired ports:rene2017-10-176-92/+0 * Update to patchlevel 1191adamw2017-10-152-4/+4 * Simplify the "lite" package even moreadamw2017-10-145-189/+198 * Remove WANT_GNOME and HAVE_GNOME.mat2017-10-121-1/+0 * Stripping go binaries is perfectly fine.mat2017-10-121-2/+0 * editors/joe: Update to 4.5tobik2017-10-085-50/+33 * Update to patchlevel 1178adamw2017-10-082-4/+4 * Remove expired port:rene2017-10-0713-248/+0 * Update to 2.7.0cs2017-10-062-5/+4 * Cannot build with recent version of wxgtk, mark it as suchbapt2017-10-051-1/+1 * editors/emacs-devel:ashish2017-10-053-11/+18 * Upgrade openoffice-devel to upstream svn revision r1810071.truckman2017-10-015-47/+53 * Update to patchlevel 1159adamw2017-09-302-4/+4 * Reorganize patching and targetsadamw2017-09-291-19/+21 * Reorganize and simplify the vim Makefileadamw2017-09-293-207/+213 * ImageMagick to 6.9.9-15.kwm2017-09-282-0/+2 * devel/boost-*: update to 1.65.1jbeich2017-09-2510-10/+10 * devel/boost-*: enable C++11 featuresjbeich2017-09-2510-9/+10 * devel/icu: update to 59.1jbeich2017-09-252-2/+2 * Update to patchlevel 1141adamw2017-09-242-4/+4 * - Drop maintainershipsbz2017-09-231-3/+2 * Remove USES=execinfo.mat2017-09-223-6/+3 * Update to patchlevel 1115adamw2017-09-162-4/+4 * Update to 1.4.2sunpoet2017-09-162-4/+4 * Fix license information for portgs that use "the same license as Perl".mat2017-09-152-3/+3 * Update LICENSEsunpoet2017-09-151-3/+4 * - Update to git snapshot 49a42fbashish2017-09-133-14/+5 * Update to patchlevel 1098 to fix build when libvterm is installed.adamw2017-09-132-4/+4 * Chase Emacs updateashish2017-09-1210-9/+10 * - Update Emacs to 25.3ashish2017-09-122-5/+4 * editors/with-editor: update 2.5.11 -> 2.6.0pi2017-09-122-7/+4 * lang/tcl84, x11-toolkits/tk84: deprecate Tcl/Tk 8.4 and dependentsgahr2017-09-111-0/+4 * Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-1115-11/+15 * Some typo fixes and whitespace cleanup for pkg-descr files.olgeni2017-09-111-1/+1 * Update to patchlevel 1081adamw2017-09-092-4/+4 * Update to 1.4.1sunpoet2017-09-092-4/+8 * - Mark DEPRECATED and set to expire at 2017-10-06cpm2017-09-061-0/+3 * Update to 5.3.6.jkim2017-09-0699-395/+395 * - Update WWWamdmi32017-09-051-1/+1 * - Update to 2.8.7danilo2017-09-042-4/+4 * - Update to git snapshot 1b492faashish2017-09-044-11/+29 * Update to patchlevel 1035.adamw2017-09-022-4/+4 * - Update to 2.4.13culot2017-08-302-4/+4 * editors/mg: Update to 20170828tobik2017-08-292-4/+4 * Update to patchlevel 1000.adamw2017-08-272-4/+4 * editors/focuswriter: Update to 1.6.7tobik2017-08-272-4/+4 * Add missed PORTREVISION bumps after recent poppler updateswills2017-08-242-2/+2 * Bump PORTREVISION after recent poppler updateswills2017-08-244-4/+4 * editors/nvi-m17n: Fix autodetect of iso-2022-jp2swills2017-08-222-1/+12 * Update to 3.1.31gblach2017-08-192-4/+4 * Update to patchlevel 962.adamw2017-08-19