From 8f074fd0d4ecdc23f4713afaadd058035b809389 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 24 Jul 2006 19:51:36 +0000 Subject: Fix default activation. 2006-07-24 Christian Persch * lib/ephy-password-dialog.c: Fix default activation. * data/glade/form-signing-dialog.glade: * embed/mozilla/GeckoFormSigningDialog.cpp: Fix content packing options. --- embed/mozilla/GeckoFormSigningDialog.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'embed') diff --git a/embed/mozilla/GeckoFormSigningDialog.cpp b/embed/mozilla/GeckoFormSigningDialog.cpp index 4c22ab1e2..cebe5fb94 100644 --- a/embed/mozilla/GeckoFormSigningDialog.cpp +++ b/embed/mozilla/GeckoFormSigningDialog.cpp @@ -122,7 +122,8 @@ GeckoFormSigningDialog::ConfirmSignText (nsIInterfaceRequestor *ctx, } gtk_combo_box_set_active (combo, 0); - gtk_table_attach_defaults (table, GTK_WIDGET (combo), 1, 2, 0, 1); + gtk_table_attach (table, GTK_WIDGET (combo), 1, 2, 0, 1, + GtkAttachOptions (0), GtkAttachOptions (0), 0, 0); gtk_widget_show (GTK_WIDGET (combo)); /* FIXME: Add "View Certificate" button */ -- cgit v1.2.3