diff options
author | JP Rosevear <jpr@src.gnome.org> | 2005-03-15 10:54:10 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2005-03-15 10:54:10 +0800 |
commit | ca63caf245590c8725255e5be842cbf1123641f9 (patch) | |
tree | 690f9cde3a5d7af12fbd126e97a47f508f9d3c53 /calendar/gui/calendar-component.c | |
parent | d9e4b12a581e71d6f11747568a302eceb65dff7c (diff) | |
download | gsoc2013-evolution-ca63caf245590c8725255e5be842cbf1123641f9.tar.gz gsoc2013-evolution-ca63caf245590c8725255e5be842cbf1123641f9.tar.zst gsoc2013-evolution-ca63caf245590c8725255e5be842cbf1123641f9.zip |
Merge from 2.10 branch
svn path=/trunk/; revision=29019
Diffstat (limited to 'calendar/gui/calendar-component.c')
-rw-r--r-- | calendar/gui/calendar-component.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar/gui/calendar-component.c b/calendar/gui/calendar-component.c index fd838385d8..ea227f3211 100644 --- a/calendar/gui/calendar-component.c +++ b/calendar/gui/calendar-component.c @@ -559,7 +559,7 @@ popup_event_cb(ESourceSelector *selector, ESource *insource, GdkEventButton *eve group = e_source_selector_get_primary_source_group (selector); g_object_ref (group); - ((EPopupItem) ecc_source_popups [0]).user_data = group; + ecc_source_popups [0].user_data = group; menus = g_slist_prepend (menus, &ecc_source_popups [0]); } else { |