diff options
Diffstat (limited to 'src/empathy-status-icon.c')
-rw-r--r-- | src/empathy-status-icon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/empathy-status-icon.c b/src/empathy-status-icon.c index 97ab255e6..a062f5169 100644 --- a/src/empathy-status-icon.c +++ b/src/empathy-status-icon.c @@ -466,7 +466,7 @@ status_icon_key_press_event_cb (GtkWidget *window, GdkEventKey *event, EmpathyStatusIcon *icon) { - if (event->keyval == GDK_Escape) { + if (event->keyval == GDK_KEY_Escape) { status_icon_set_visibility (icon, FALSE, TRUE); } return FALSE; |