diff options
Diffstat (limited to 'src/skey-popup.c')
-rw-r--r-- | src/skey-popup.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/skey-popup.c b/src/skey-popup.c index 287c93b..efc2f70 100644 --- a/src/skey-popup.c +++ b/src/skey-popup.c @@ -206,11 +206,6 @@ terminal_skey_do_popup (GtkWindow *window, gtk_window_set_modal (GTK_WINDOW (dialog), TRUE); gtk_window_set_destroy_with_parent (GTK_WINDOW (dialog), TRUE); - gtk_dialog_set_alternative_button_order (GTK_DIALOG (dialog), - GTK_RESPONSE_OK, - GTK_RESPONSE_CANCEL, - -1); - /* FIXME: make this dialogue close if the screen closes! */ data = g_new (SkeyData, 1); |