aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/calendar-component.c
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2001-10-19 23:26:43 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2001-10-19 23:26:43 +0800
commit92d0b48b3ca0793ea7f3be32c189302ca6ec60f2 (patch)
tree0f959d7d5baceedbe4d1e04db95a9aa31861b3b2 /calendar/gui/calendar-component.c
parent971f97e0518eb19270ead8e500843685e6c5ae71 (diff)
downloadgsoc2013-evolution-92d0b48b3ca0793ea7f3be32c189302ca6ec60f2.tar
gsoc2013-evolution-92d0b48b3ca0793ea7f3be32c189302ca6ec60f2.tar.gz
gsoc2013-evolution-92d0b48b3ca0793ea7f3be32c189302ca6ec60f2.tar.bz2
gsoc2013-evolution-92d0b48b3ca0793ea7f3be32c189302ca6ec60f2.tar.lz
gsoc2013-evolution-92d0b48b3ca0793ea7f3be32c189302ca6ec60f2.tar.xz
gsoc2013-evolution-92d0b48b3ca0793ea7f3be32c189302ca6ec60f2.tar.zst
gsoc2013-evolution-92d0b48b3ca0793ea7f3be32c189302ca6ec60f2.zip
keep a reference to the EvolutionShellClient component
2001-10-19 Rodrigo Moya <rodrigo@ximian.com> * gui/component-factory.c (owner_set_cb): keep a reference to the EvolutionShellClient component * gui/e-week-view.c (e_week_view_set_status_message): new function (update_query): call e_week_view_set_status_message (query_query_done_cb): (query_eval_error_cb): clean up status bar messages * gui/e-day-view.c (e_day_view_set_status_message): new function (update_query): call e_day_view_set_status_message (query_query_done_cb): (query_eval_error_cb): clean up status bar messages * gui/Makefile.am: added EVOLUTION_IMAGESDIR to CFLAGS svn path=/trunk/; revision=13793
Diffstat (limited to 'calendar/gui/calendar-component.c')
-rw-r--r--calendar/gui/calendar-component.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c
index 5aa8913f73..bfa1a258bc 100644
--- a/calendar/gui/calendar-component.c
+++ b/calendar/gui/calendar-component.c
@@ -56,6 +56,7 @@
#define CREATE_TASK_ID "task"
char *evolution_dir;
+EvolutionShellClient *global_shell_client = NULL;
static const EvolutionShellComponentFolderType folder_types[] = {
{ FOLDER_CALENDAR,
@@ -483,6 +484,8 @@ owner_set_cb (EvolutionShellComponent *shell_component,
}
shells = g_list_append (shells, shell_component);
+
+ global_shell_client = shell_client;
}
static void