pidgin/gtkprefs.c

changeset 33949
e09a02bc06d0
parent 33948
b6c9e5dd95d1
child 33957
0a4c13fa94ba
equal deleted inserted replaced
33948:b6c9e5dd95d1 33949:e09a02bc06d0
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

mercurial