22 lines
1.1 KiB
Diff
22 lines
1.1 KiB
Diff
diff -up seahorse-2.91.1/pkcs11/seahorse-pkcs11-certificate-props.c.bak seahorse-2.91.1/pkcs11/seahorse-pkcs11-certificate-props.c
|
|
--- seahorse-2.91.1/pkcs11/seahorse-pkcs11-certificate-props.c.bak 2010-10-18 11:12:03.000000000 +0200
|
|
+++ seahorse-2.91.1/pkcs11/seahorse-pkcs11-certificate-props.c 2010-10-18 11:14:36.000000000 +0200
|
|
@@ -57,7 +57,7 @@ seahorse_pkcs11_certificate_props_init (
|
|
GtkWidget *button;
|
|
|
|
pv->tabs = GTK_NOTEBOOK (gtk_notebook_new ());
|
|
- gtk_container_add (GTK_CONTAINER (GTK_DIALOG (self)->vbox), GTK_WIDGET (pv->tabs));
|
|
+ gtk_container_add (GTK_CONTAINER (gtk_dialog_get_content_area (GTK_DIALOG (self))), GTK_WIDGET (pv->tabs));
|
|
gtk_container_set_border_width (GTK_CONTAINER (self), 5);
|
|
gtk_container_set_border_width (GTK_CONTAINER (pv->tabs), 5);
|
|
gtk_widget_show (GTK_WIDGET (pv->tabs));
|
|
@@ -69,8 +69,6 @@ seahorse_pkcs11_certificate_props_init (
|
|
button = gtk_button_new_from_stock (GTK_STOCK_CLOSE);
|
|
gtk_dialog_add_action_widget (GTK_DIALOG (self), button, GTK_RESPONSE_CLOSE);
|
|
gtk_widget_show (button);
|
|
-
|
|
- gtk_dialog_set_has_separator (GTK_DIALOG (self), FALSE);
|
|
}
|
|
|
|
static void
|