GNOME Bugzilla – Bug 257353
Right click option in the calender view are not there for all the views.
Last modified: 2013-09-10 13:57:44 UTC
Description of Problem: I m using evoltion1.5.7 on which connector is installed. When I try to select one of the calender view as weekly or daily or monthly under some views the right click option to change view is not coming. Steps to reproduce the problem: 1. Start evolution. GO to calender view. 2. Keep calender in dialy view. 3. Right click on the calender and select current view->work-week-view then in that view right click option we wont get current view option. Actual Results: we wont get current view option under work-week-view calender view. Expected Results: It should support that current view ooption. How often does this happen? Everytime Additional Information: The same case if calender is in week, list view also.
This seems to be because an appt is made editable.
are you clicking in free space? if you right click on-top of any entry then it refers to that entry not the view. its only based on if there is a selection or not, nothing else. if (selected == NULL) { cal_view->priv->view_menu = gnome_calendar_setup_view_popup (cal_view->priv->calendar); main_items[9].submenu = cal_view->priv->view_menu; context_menu = main_items; should it just always be in the menu?
Created attachment 44092 [details] [review] proposed patch
rodrigo's patch seems to have not been submitted to cvs, any decision on this? (cvs codebase has changed very much btw)
My patch had some issues, so marking for 2.3 for a better fix
adding a ui key word.
This has been fixed now. Please use the latest stable version evolution-2.4.x