Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 502450 | Differences between
and this patch

Collapse All | Expand All

(-)seahorse-3.10.2.orig/ssh/seahorse-ssh-key-properties.c (-1 / +1 lines)
Lines 366-372 Link Here
366
    do_details (swidget);
366
    do_details (swidget);
367
    
367
    
368
    widget = seahorse_widget_get_widget (swidget, "comment-entry");
368
    widget = seahorse_widget_get_widget (swidget, "comment-entry");
369
    g_return_if_fail (widget != NULL);
369
    g_return_val_if_fail (widget != NULL, NULL);
370
370
371
    /* A public key only */
371
    /* A public key only */
372
    if (seahorse_object_get_usage (SEAHORSE_OBJECT (skey)) != SEAHORSE_USAGE_PRIVATE_KEY) {
372
    if (seahorse_object_get_usage (SEAHORSE_OBJECT (skey)) != SEAHORSE_USAGE_PRIVATE_KEY) {

Return to bug 502450