aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/e-calendar-view.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2008-12-22 19:20:09 +0800
committerMilan Crha <mcrha@src.gnome.org>2008-12-22 19:20:09 +0800
commit6d08449cfd5758b27c7e54ca3a9c322d4e8e320c (patch)
treea7d3a5563eda3d6d0c1410ba4fcd5492aa7caa06 /calendar/gui/e-calendar-view.h
parente00b07975e2ea8d73cdf119a21b4c8ce97cb0f1a (diff)
downloadgsoc2013-evolution-6d08449cfd5758b27c7e54ca3a9c322d4e8e320c.tar
gsoc2013-evolution-6d08449cfd5758b27c7e54ca3a9c322d4e8e320c.tar.gz
gsoc2013-evolution-6d08449cfd5758b27c7e54ca3a9c322d4e8e320c.tar.bz2
gsoc2013-evolution-6d08449cfd5758b27c7e54ca3a9c322d4e8e320c.tar.lz
gsoc2013-evolution-6d08449cfd5758b27c7e54ca3a9c322d4e8e320c.tar.xz
gsoc2013-evolution-6d08449cfd5758b27c7e54ca3a9c322d4e8e320c.tar.zst
gsoc2013-evolution-6d08449cfd5758b27c7e54ca3a9c322d4e8e320c.zip
** Fix for bug #559604
2008-12-22 Milan Crha <mcrha@redhat.com> ** Fix for bug #559604 * gui/e-calendar-view.h: (e_calendar_view_get_attendees_status_info): * gui/e-calendar-view.c: (e_calendar_view_get_attendees_status_info), (e_calendar_view_get_tooltips): * gui/e-calendar-table.c: (query_tooltip_cb): Show additional status information for the meeting only when user is an organizer. svn path=/trunk/; revision=36926
Diffstat (limited to 'calendar/gui/e-calendar-view.h')
-rw-r--r--calendar/gui/e-calendar-view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/e-calendar-view.h b/calendar/gui/e-calendar-view.h
index ef74cdcfdb..63e3c149fd 100644
--- a/calendar/gui/e-calendar-view.h
+++ b/calendar/gui/e-calendar-view.h
@@ -176,7 +176,7 @@ gboolean e_calendar_view_get_tooltips (ECalendarViewEventData *data);
void e_calendar_view_move_tip (GtkWidget *widget, int x, int y);
const gchar *e_calendar_view_get_icalcomponent_summary (ECal *ecal, icalcomponent *icalcomp, gboolean *free_text);
-char *e_calendar_view_get_attendees_status_info (ECalComponent *comp);
+char *e_calendar_view_get_attendees_status_info (ECalComponent *comp, ECal *client);
void draw_curved_rectangle (cairo_t *cr,
double x0,