diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-10-29 01:30:32 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-10-29 01:30:32 +0800 |
commit | 5e82bdba14fba81603f3879a46b46a011db7d2e4 (patch) | |
tree | 0a4a475e33b4fbdf4a96249afa777b82903843f6 /calendar/gui/e-calendar-table.h | |
parent | 17e030e2022b2343c795b7fd524ba9451ca71e9f (diff) | |
download | gsoc2013-evolution-5e82bdba14fba81603f3879a46b46a011db7d2e4.tar.gz gsoc2013-evolution-5e82bdba14fba81603f3879a46b46a011db7d2e4.tar.zst gsoc2013-evolution-5e82bdba14fba81603f3879a46b46a011db7d2e4.zip |
Wire up status messages to include percentages if available.
svn path=/branches/kill-bonobo/; revision=36692
Diffstat (limited to 'calendar/gui/e-calendar-table.h')
-rw-r--r-- | calendar/gui/e-calendar-table.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/calendar/gui/e-calendar-table.h b/calendar/gui/e-calendar-table.h index 2378f9dec9..edd9b2b53f 100644 --- a/calendar/gui/e-calendar-table.h +++ b/calendar/gui/e-calendar-table.h @@ -84,7 +84,8 @@ struct _ECalendarTableClass { void (*popup_event) (ECalendarTable *cal_table, GdkEvent *event); void (*status_message) (ECalendarTable *cal_table, - const gchar *message); + const gchar *message, + gdouble percent); void (*user_created) (ECalendarTable *cal_table); }; |