aboutsummaryrefslogtreecommitdiffstats
path: root/calendar
diff options
context:
space:
mode:
authorRodney Dawes <dobey@novell.com>2004-06-24 00:10:58 +0800
committerRodney Dawes <dobey@src.gnome.org>2004-06-24 00:10:58 +0800
commitc2bd7a6754627f0af3d4fe2684a2576cb0f1b45d (patch)
treec40ba0b4fa5cdcd667e9b8254a085bea22714c88 /calendar
parent181829f14206127361b0766ac22299fd0f4b8be0 (diff)
downloadgsoc2013-evolution-c2bd7a6754627f0af3d4fe2684a2576cb0f1b45d.tar.gz
gsoc2013-evolution-c2bd7a6754627f0af3d4fe2684a2576cb0f1b45d.tar.zst
gsoc2013-evolution-c2bd7a6754627f0af3d4fe2684a2576cb0f1b45d.zip
Revert previous change to add the callbacks for notification of calendar
2004-06-23 Rodney Dawes <dobey@novell.com> * gui/calendar-component.c: Revert previous change to add the callbacks for notification of calendar selection changes (create_new_view): Update the comment for watching notification on the tasks selection to state it is for the mini tasks view svn path=/trunk/; revision=26478
Diffstat (limited to 'calendar')
-rw-r--r--calendar/ChangeLog7
-rw-r--r--calendar/gui/calendar-component.c24
2 files changed, 9 insertions, 22 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog
index f48ea19dbc..94aa13e52e 100644
--- a/calendar/ChangeLog
+++ b/calendar/ChangeLog
@@ -1,3 +1,10 @@
+2004-06-23 Rodney Dawes <dobey@novell.com>
+
+ * gui/calendar-component.c: Revert previous change to add the
+ callbacks for notification of calendar selection changes
+ (create_new_view): Update the comment for watching notification on
+ the tasks selection to state it is for the mini tasks view
+
2004-06-23 JP Rosevear <jpr@novell.com>
Fixes #57862
diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c
index 74852b18a3..857812f5c3 100644
--- a/calendar/gui/calendar-component.c
+++ b/calendar/gui/calendar-component.c
@@ -571,12 +571,6 @@ config_primary_selection_changed_cb (GConfClient *client, guint id, GConfEntry *
}
static void
-config_calendars_selection_changed_cb (GConfClient *client, guint id, GConfEntry *entry, gpointer data)
-{
- update_selection (data);
-}
-
-static void
config_tasks_selection_changed_cb (GConfClient *client, guint id, GConfEntry *entry, gpointer data)
{
update_task_selection (data);
@@ -584,12 +578,6 @@ config_tasks_selection_changed_cb (GConfClient *client, guint id, GConfEntry *en
static void
-config_primary_calendar_selection_changed_cb (GConfClient *client, guint id, GConfEntry *entry, gpointer data)
-{
- update_primary_selection (data);
-}
-
-static void
config_primary_tasks_selection_changed_cb (GConfClient *client, guint id, GConfEntry *entry, gpointer data)
{
update_primary_task_selection (data);
@@ -1126,16 +1114,8 @@ create_component_view (CalendarComponent *calendar_component)
update_task_selection (component_view);
update_primary_task_selection (component_view);
- /* If the calendar selection changes elsewhere, update it */
- not = calendar_config_add_notification_calendars_selected (config_calendars_selection_changed_cb,
- component_view);
- component_view->notifications = g_list_prepend (component_view->notifications, GUINT_TO_POINTER (not));
-
- not = calendar_config_add_notification_primary_calendar (config_primary_calendar_selection_changed_cb,
- component_view);
- component_view->notifications = g_list_prepend (component_view->notifications, GUINT_TO_POINTER (not));
-
- /* If the task selection changes elsewhere, update it */
+ /* If the tasks selection changes elsewhere, update it for the mini
+ mini tasks view sidebar */
not = calendar_config_add_notification_tasks_selected (config_tasks_selection_changed_cb,
component_view);
component_view->notifications = g_list_prepend (component_view->notifications, GUINT_TO_POINTER (not));
9d7b1b339253152694459e35161b3998314'>- Fix build FreeBSD 10miwi2011-10-291-0/+1 * BSD licensed charset/encoding converter library with more function thanswills2011-10-285-0/+38 * - Update to 6.2sunpoet2011-10-272-7/+10 * - Update to 0.96-0tota2011-10-252-4/+3 * The vast majority of pkg-descr files had the following format when theydougb2011-10-242-2/+2 * - Return my ports back to the pool. I was unable to make any fixes tostas2011-10-241-1/+1 * - remove maintainer tags from pkg-descreadler2011-10-2313-41/+0 * - Add p5-Convert-NLS_DATE_FORMAT 0.03sunpoet2011-10-195-0/+33 * - Add LICENSEehaupt2011-10-182-17/+18 * - Add LICENSEehaupt2011-10-182-8/+9 * - Add LICENSEwen2011-10-172-31/+21 * update math/R to 2.13.2, and adjust dependent portsbf2011-10-111-0/+1 * - Fix LICENSE (Artistic 1 instead of Artistic 2)culot2011-10-072-4/+4 * - Update to r26711amdmi32011-09-263-90/+3 * remove unnecessary file.vanilla2011-09-251-21/+0 * - Use := in setting RUN_DEPENDS to quiet portlintswills2011-09-251-1/+3 * - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-2411-22/+23 * - Rename bin/json_pp to bin/p5json_pp to avoid CONFLICTS with lang/perl5.14sunpoet2011-09-173-3/+31 * - Change PERL_CONFIGURE to "yes" for all values between 5.8.1+ and 5.8.9+sunpoet2011-09-171-1/+1 * - Change PERL_CONFIGURE to "yes" for all values less than or equal to 5.8.0+sunpoet2011-09-176-6/+6 * Change maintainer address to my FreeBSD addresscs2011-09-151-1/+1 * - Update to 0.95-0tota2011-09-062-3/+3 * - Add a new port: converters/R-cran-RJSONIOtota2011-09-044-0/+40 * - Deprecate this port because its functionality is integrated intoeadler2011-09-011-0/+3 * Remove myself from MAINTAINERache2011-08-301-1/+1 * Update to 0.05.tobez2011-08-262-3/+3 * - Fix MASTER_SITESmiwi2011-08-261-1/+1 * - Fix MASTER_SITESmiwi2011-08-261-1/+1 * Chase poppler shlib bumps.kwm2011-08-241-2/+2 * Turns out that some geocities sites are more dead than others.dougb2011-08-241-3/+0 * Geocities has been gone for almost 2 years now, so let's removedougb2011-08-231-0/+3 * - Add missing BUILD_DEPENDS to quiet build warningsswills2011-08-181-1/+2 * - Add missing BUILD_DEPENDSswills2011-08-181-1/+2 * Unbreak and bump PORTREVISION: rebuild cl-*-sbcl ports that dependolgeni2011-08-171-0/+1 * Bump PORTREVISION: rebuild ports that depend on devel/cl-asdf.olgeni2011-08-172-1/+2 * A JSON parsing and encoding library optimized for ease of use and highpgj2011-08-154-0/+30 * - Update to 2.32sunpoet2011-08-142-3/+3 * - Update to 2.44rafan2011-08-122-3/+3 * Remove USE_GNOME=gnometarget from ports. It has been a empty keyword sincekwm2011-08-121-1/+0 * Update to 1.4(0), unbreak.tobez2011-08-042-5/+5 * mark BROKEN: does not fetchbapt2011-08-031-0/+2 * Remove WWW entries from unmaintained ports that return 404 or where the domainehaupt2011-08-031-2/+0 * - Update to 1.10culot2011-08-012-3/+6 * Bye bye abandonwares (part 2)bapt2011-08-019-93/+0 * - Update to 2.31sunpoet2011-08-012-6/+4 * - Add notice about webfonts to pkg-descrmm2011-07-202-0/+7 * - Upgrade to 2.53.kuriyama2011-07-052-3/+3 * - Fix MASTER_SITESmiwi2011-07-022-4/+3 * - (Attempt to) fix after recent graphics/geos updateamdmi32011-06-302-0/+87 * Update to 1.4.8garga2011-06-302-4/+4 * Converts OSM planet.osm data to a PostgreSQL database suitableamdmi32011-06-295-0/+81 * - Chase converters/bsdconv shlib version bumpdhn2011-06-243-3/+6 * - Update to 6.0dhn2011-06-243-5/+9 * OpenStreetMap data into Polish map format (MP) convertoramdmi32011-06-226-0/+86 * - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.az2011-06-213-3/+6 * - Replace ../../authors in MASTER_SITE_SUBDIR with CPAN:CPANID macro.az2011-06-201-1/+1 * Update converters/libticonv to 1.1.2 [1]jlaffaye2011-06-163-8/+6 * Another bunch of deprecation: no more public distfiles and/or abandonwarebapt2011-06-161-0/+3 * Another bunch of deprecation: no more public distfiles and/or abandonwarebapt2011-06-161-0/+3 * Unfetchable, no new home found: deprecatebapt2011-06-161-0/+3 * - Update to 5.1.1sunpoet2011-06-112-4/+4 * - Update to 1.29wen2011-06-082-3/+3 * - Update to 5.1sylvio2011-06-033-4/+8 * Bump PORTREVISION of all ports dependent on lang/ghc as duringashish2011-05-262-1/+2 * Update to 1.1.1.delphij2011-05-262-3/+3 * - Update bsdconv family to 5.0sunpoet2011-05-2512-78/+80 * - Update to 2.27200sunpoet2011-05-252-3/+3 * - Make portlint happiersunpoet2011-05-251-3/+4 * Remove zero-byte filesdougb2011-05-241-0/+0 * - Update 1.28sunpoet2011-05-132-3/+3 * - Update to 0.97culot2011-05-093-6/+10 * - Please welcome GHC 7.0.3ashish2011-05-095-68/+11 * - Update to 1.02amdmi32011-05-072-3/+3 * - Update to 4.6sunpoet2011-04-274-19/+29 * - Update to 4.8sunpoet2011-04-272-9/+14 * - Update to 4.8sunpoet2011-04-274-51/+69 * - Update to 2.27105sunpoet2011-04-262-3/+3 * - Fix PLISTsunpoet2011-04-171-1/+1 * - Use converters/bsdconv as master portsunpoet2011-04-166-27/+24 * - update to 0.76bapt2011-04-122-3/+6 * - update to 1.27bapt2011-04-112-3/+3 * - Update to 0.04.7culot2011-04-052-3/+3 * - update to 1.26bapt2011-04-012-3/+6 * - Update graphics/djvulibre* to 3.5.25. [1]stas2011-03-311-2/+2 * - Upgrade to 2.51.kuriyama2011-03-272-3/+3 * - Fix depends for option BUNDLED_LIBSmm2011-03-251-5/+1 * - Modify COMMENT and pkg-descr to provide a better description what thismm2011-03-222-5/+8 * - Remove empty line from pkg-messagemm2011-03-221-1/+0 * - Add LICENSE_FILE(s)mm2011-03-221-0/+3 * Add LICENSE informationmm2011-03-221-0/+3 * Simple shell utility to convert html to pdf using a custom static buildmm2011-03-226-0/+126 * - Get Rid MD5 supportmiwi2011-03-20111-114/+0 * PerlIO::via::Unidecode implements a PerlIO::via layer that appliesamdmi32011-03-125-0/+38 * Encode::Locale - Determine the locale encodingamdmi32011-03-125-0/+32 * - Add p5-JSON-PP 2.27104sunpoet2011-03-045-0/+38 * - Update to 2.42rafan2011-02-282-4/+4 * - Update to 1.0.3miwi2011-02-262-4/+3 * - tag PNG fils as image/pngdinoex2011-02-182-3/+11 * Upgrade to 0.04.6vanilla2011-02-183-4/+9 * Fix WWW in pkg-descr to http://search.cpan.org/dist/<MODULE> for unification.az2011-02-121-1/+1 * - Update to version 1.13miwi2011-01-295-27/+28 * - Update to 4.3dhn2011-01-299-34/+39 * Add LICENSE and remove MD5 sums.ehaupt2011-01-262-1/+2 * Make compile on supported versions of FreeBSDarved2011-01-206-3/+168 * Remove expired ports:garga2011-01-035-72/+0 * - DISTNAME= ${PORTNAME}-${PORTVERSION} is the default and not needed.pgollucci2010-12-301-1/+0 * Reset ijliao@FreeBSD.org due to maintainer-timeouts and long absence.linimon2010-12-281-1/+1 * - Upgrade to 2.50.kuriyama2010-12-253-14/+12 * - Update to 1.1.3wen2010-12-232-5/+3 * - update to 1.34bapt2010-12-162-4/+3 * - Update e17 applications suite to the recent snapshot.stas2010-12-141-0/+4 * - update to 1.25bapt2010-12-142-3/+3 * - Pass to perl@pgollucci2010-12-131-1/+1 * - Update to 0.08pgollucci2010-12-132-5/+3 * - Fix pkg-plistpgollucci2010-12-121-1/+5 * - Fix pkg-plistpgollucci2010-12-121-0/+3 * Punycode conversion of UTF-8 string.timur2010-12-105-0/+33 * Encode::Punycode -- Encode plugin for Punycodetimur2010-12-105-0/+34 * This module implements the nameprep specification, which describes howtimur2010-12-105-0/+40 * Description was damaged by sort.timur2010-12-101-1/+1 * A new port p5-Unicode-Stringprep is added:timur2010-12-105-0/+49 * With portmgr hat, reassign some ports from clsung to perl, since clsunglinimon2010-12-082-2/+2 * Sync to new bsd.autotools.mkade2010-12-047-7/+7 * - Update to 3.13.culot2010-11-272-3/+3 * - Update to 3.12pgollucci2010-11-272-3/+3 * - Update to 1.24pgollucci2010-11-272-4/+3 * - Update to 2.30pgollucci2010-11-272-5/+5 * - Update to 3.11wen2010-11-252-3/+3 * - Update graphics/djvulibre to 3.5.23.stas2010-11-211-2/+2 * Chase poppler update.kwm2010-11-202-2/+22 * - Upgrade to 2.27.kuriyama2010-11-202-4/+3 * - Update to 3.10sunpoet2010-11-132-4/+3 * - Update to 0.87.culot2010-11-072-4/+3 * - Update to 0.06wen2010-11-012-4/+4 * - Update to 1.5wen2010-10-252-6/+9 * - Update to 2.40rafan2010-10-212-4/+4 * - Add missing DEPENDSwen2010-10-191-0/+5 * - Update to 0.04.5sunpoet2010-10-162-4/+4 * - Update to 0.04.4wen2010-10-133-544/+559 * - Upgrade to 2.26.kuriyama2010-10-092-4/+4 * - Add WITHOUT_PROFILE to the KNOBS honored (which is the actual ports one)pgollucci2010-10-061-1/+1 * -Disable glib for it will not enable if it exists in the system.mezz2010-10-032-3/+4 * Update to 20100805 release.ale2010-09-303-10/+18 * - update to 0.47leeym2010-09-302-4/+4 * - Updated to 2.0glarkin2010-09-256-27/+17 * - only 13% of the p5- ports embed @comment $FreeBSD$:pgollucci2010-09-246-6/+0 * Change dependency on old p5-Compress-Zlib, p5-IO-Compress-Base,mm2010-09-211-5/+9 * - Update bsdconv and related to 3.6.2pgollucci2010-09-099-29/+41 * - Update to 0.70wen2010-09-092-4/+4 * Upgrade to 2.14.thierry2010-09-092-5/+6 * Update to 1.1.1makc2010-09-063-14/+8 * - Upgrade to 0.09.kuriyama2010-09-042-4/+4 * - Upgrade to 2.22.kuriyama2010-09-042-4/+4 * - Update to 2.4.0acm2010-08-171-0/+3 * - update to 0.46leeym2010-08-112-4/+4 * - Add DIST_SUBDIR for Haskell Cabal ports (with default of "cabal")pgj2010-08-082-6/+6 * - Upgrade to 0.08.kuriyama2010-08-072-4/+4 * Spelling and whitespace fixes.olgeni2010-08-051-1/+1 * - Upgrade to 0.07.kuriyama2010-08-012-5/+5 * - update to 0.45leeym2010-08-012-4/+4 * - Update to 0.13.0.3pgj2010-07-302-4/+4 * Update to 4.3arved2010-07-282-4/+4 * Reassign some ports from ahze@ to perl@ due to maintainer-timeouts and no res...linimon2010-07-261-1/+1 * - update to 0.43leeym2010-07-212-4/+4 * Add drg2sbg 1.2.11, convert propiatary .drg file format into SBaGenehaupt2010-07-174-0/+29 * - Update to 2.29clsung2010-07-112-4/+4 * - Update to 3.0.33wen2010-06-232-6/+5 * - Update to 1.05wen2010-06-202-5/+5 * - Add missing dependence to fix the build error reported by qat@wen2010-06-131-0/+4 * Update to 1.02.tobez2010-06-112-6/+5 * - Update to 1.1.2wen2010-06-092-5/+5 * - Update to 0.4.4pgj2010-06-082-4/+4 * - Use LOCAL macropgollucci2010-06-081-2/+1 * - Update to 0.42wen2010-06-032-4/+4 * Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-312-2/+2 * - Pass maintainership to haskell@FreeBSD.org:jacula2010-05-261-1/+1 * Reset perky@FreeBSD.org due to maintainer-timeouts and no responselinimon2010-05-243-3/+3 * - Fix OPTIONS support for Cabal ports by introducingpgj2010-05-231-0/+2 * Update libical to 0.44.marcus2010-05-221-2/+2 * - Upgrade to 0.04.kuriyama2010-05-212-4/+4 * Data encoding library currently providing Base16, Base32, Base32Hex,pgj2010-05-165-0/+69 * Introduce a new (and hopefully better) ports infrastructure for Haskell Cabalpgj2010-05-132-75/+18 * - PHP 5.2 slave portdinoex2010-04-242-0/+15 * - PHP 5.2 slave portdinoex2010-04-245-0/+49 * - PHP 5.2 slave portdinoex2010-04-231-0/+1 * - fix build for amd64dinoex2010-04-231-4/+1 * - Update to 2.28clsung2010-04-212-4/+4 * - Update to 0.05sylvio2010-04-192-4/+4 * - Upgrade to 2.21.kuriyama2010-04-162-4/+4 * Fix build if multibyte regex support is disabled.ale2010-04-121-3/+44 * Update to PHP 5.3.2 release!ale2010-04-091-10/+0 * - Upgrade to 2.20.kuriyama2010-04-042-4/+4 * - Upgrade to 2.19.kuriyama2010-04-012-4/+4 * - update to 1.4.1dinoex2010-03-284-4/+4 * - Upgrade to 2.18.kuriyama2010-03-252-4/+4 * - switch to USE_TKmm2010-03-231-8/+12 * - Fix permissions of created directoriesamdmi32010-03-092-1/+3