Re: [Epiphany] Megapatch



>Yeah, but still most users click an item to select it and than use a
>menu or context menu to perform an action on what they just selected.
>Either way though we should check selection first before allowing the
>action to be performed. Prior to my patch you could select a bookmark
>and then edit->delete_topic, and the topic would get deleted (but i
>didn't select any topic to delete).

Yup, we still need to make items insensitive when nothing is selected though.
About this, replying to your previous mail, there is a way to set items
insensitive. Something like:

action = egg_action_group_get_action (action_group, "GoBack");
g_object_set (action, "sensitive", !back, NULL);

(see ephy-window for more details)

Marco





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]