[Xfce4-commits] <midori:master> Make 'Clear' the default button for Clear Private Data

Christian Dywan noreply at xfce.org
Sun Oct 17 23:16:04 CEST 2010


Updating branch refs/heads/master
         to 2bc7fbac24ce0b1220db846e258f7a8f3e4a946f (commit)
       from ce64fd3e25f7159ac71f7955f4cfc3144300f855 (commit)

commit 2bc7fbac24ce0b1220db846e258f7a8f3e4a946f
Author: Christian Dywan <christian at twotoasts.de>
Date:   Sun Oct 17 23:13:54 2010 +0200

    Make 'Clear' the default button for Clear Private Data

 midori/midori-browser.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/midori/midori-browser.c b/midori/midori-browser.c
index e0db678..9a0b6ce 100644
--- a/midori/midori-browser.c
+++ b/midori/midori-browser.c
@@ -4329,6 +4329,7 @@ _action_clear_private_data_activate (GtkAction*     action,
         g_signal_connect (dialog, "destroy",
             G_CALLBACK (gtk_widget_destroyed), &dialog);
         gtk_widget_show (dialog);
+        gtk_dialog_set_default_response (GTK_DIALOG (dialog), GTK_RESPONSE_ACCEPT);
     }
     else
         gtk_window_present (GTK_WINDOW (dialog));



More information about the Xfce4-commits mailing list