Fix view context menu items such as View source
This commit is contained in:
parent
24a2bdc7ca
commit
6f4b895dfb
1 changed files with 1 additions and 1 deletions
|
@ -864,7 +864,7 @@ midori_web_view_menu_action_activate_cb (GtkWidget* widget,
|
|||
MidoriView* view)
|
||||
{
|
||||
const gchar* action = g_object_get_data (G_OBJECT (widget), "action");
|
||||
g_signal_emit (view, ACTIVATE_ACTION, 0, action);
|
||||
g_signal_emit (view, signals[ACTIVATE_ACTION], 0, action);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue