diff options
author | Suman Manjunath <msuman@src.gnome.org> | 2008-01-14 18:32:42 +0800 |
---|---|---|
committer | Suman Manjunath <msuman@src.gnome.org> | 2008-01-14 18:32:42 +0800 |
commit | 3cccd392dcf5066d818dfcd4caf464fbbc2ac0bb (patch) | |
tree | bdc1d9cb022fa1d7ec4962df94569dd6343655d6 /calendar/gui/e-meeting-time-sel.h | |
parent | a42b719e162605f458190f24b870c96c8d477a1c (diff) | |
download | gsoc2013-evolution-3cccd392dcf5066d818dfcd4caf464fbbc2ac0bb.tar.gz gsoc2013-evolution-3cccd392dcf5066d818dfcd4caf464fbbc2ac0bb.tar.zst gsoc2013-evolution-3cccd392dcf5066d818dfcd4caf464fbbc2ac0bb.zip |
Patch from Milan Crha <mcrha@redhat.com> Fix for bug #507359 (Free/Busy UI needs names and graphs widgets in a container)
svn path=/trunk/; revision=34814
Diffstat (limited to 'calendar/gui/e-meeting-time-sel.h')
-rw-r--r-- | calendar/gui/e-meeting-time-sel.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/calendar/gui/e-meeting-time-sel.h b/calendar/gui/e-meeting-time-sel.h index 9b95c7d767..8a10c04b7e 100644 --- a/calendar/gui/e-meeting-time-sel.h +++ b/calendar/gui/e-meeting-time-sel.h @@ -262,6 +262,8 @@ struct _EMeetingTimeSelector gboolean fb_refresh_not; GdkCursorType last_cursor_set; + + guint style_change_idle_id; }; |