| 1518 else |
1518 else |
| 1519 gtk_widget_set_sensitive(GTK_WIDGET(data), FALSE); |
1519 gtk_widget_set_sensitive(GTK_WIDGET(data), FALSE); |
| 1520 } |
1520 } |
| 1521 |
1521 |
| 1522 |
1522 |
| 1523 #define CONVERSATION_CLOSE_ACCEL_PATH "<main>/Conversation/Close" |
1523 #define CONVERSATION_CLOSE_ACCEL_PATH "<Actions>/ConversationActions/Close" |
| 1524 |
1524 |
| 1525 /* Filled in in keyboard_shortcuts(). */ |
1525 /* Filled in in keyboard_shortcuts(). */ |
| 1526 static GtkAccelKey ctrl_w = { 0, 0, 0 }; |
1526 static GtkAccelKey ctrl_w = { 0, 0, 0 }; |
| 1527 static GtkAccelKey escape = { 0, 0, 0 }; |
1527 static GtkAccelKey escape = { 0, 0, 0 }; |
| 1528 |
1528 |