talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit 005c378d7bfd868de3f64063b4fe13d144d235aa
parent bd1465de2b07f802bad434659257963fd833daa2
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Fri, 10 Jul 2015 10:44:13 +0200

Fix Escape key closing color dialogs in /Display/Color common prefs.

Diffstat:
Msrc/prefs_msg_colors.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/prefs_msg_colors.c b/src/prefs_msg_colors.c @@ -746,7 +746,7 @@ static gboolean quote_colors_set_dialog_key_pressed(GtkWidget *widget, if (event) { switch (event->keyval) { case GDK_KEY_Escape: - gtk_button_clicked(GTK_BUTTON(&button_cancel)); + gtk_button_clicked(GTK_BUTTON(button_cancel)); return TRUE; case GDK_KEY_Return: case GDK_KEY_KP_Enter: