~midori/midori/trunk

« back to all changes in this revision

Viewing changes to katze/katze-arrayaction.c

  • Committer: gue5t
  • Date: 2015-06-30 22:35:28 UTC
  • mto: This revision was merged to the branch mainline in revision 6993.
  • Revision ID: gue5t@midori.launchpad-20150630223528-i9s9kv07ctrx3l8y
make katze_array_action_tool_item_child_button_release_cb more careful about return value

Show diffs side-by-side

added added

removed removed

Lines of Context:
403
403
    GtkWidget* toolitem = gtk_widget_get_parent (proxy);
404
404
    KatzeItem* item = g_object_get_data (G_OBJECT (toolitem), "KatzeItem");
405
405
 
 
406
    /* We only need to handle middle-clicks here, since proper handling for 
 
407
     * ctrl-clicks, right-clicks, and left-clicks has been done elsewhere. */
406
408
    if (event && MIDORI_EVENT_NEW_TAB (event))
 
409
    {
407
410
        katze_array_action_activate_item_new_tab (array_action, item);
 
411
        return TRUE;
 
412
    }
408
413
 
409
 
    return TRUE;
 
414
    return FALSE;
410
415
}
411
416
 
412
417
static void