Skip to content
  • Jehan's avatar
    actions: dock-close had a default shortcut colliding with view-close. · 28669b07
    Jehan authored
    When the accelerator is NULL, gtk_action_group_add_action_with_accel()
    would use the default one for the stock icon used. And GTK_STOCK_CLOSE
    default accelerator is "<Primary>w" which we already use for view-close.
    We must use empty string when we want no default accelerator.
    28669b07