Change D-Bus signal name KeyPressed to KeyActivated.

This commit is contained in:
Daiki Ueno
2011-08-31 10:00:00 +09:00
parent 747ce4e00b
commit 53e853fbc9
3 changed files with 10 additions and 10 deletions

View File

@ -81,7 +81,7 @@ eekboard_context_real_g_signal (GDBusProxy *self,
return;
}
if (g_strcmp0 (signal_name, "KeyPressed") == 0) {
if (g_strcmp0 (signal_name, "KeyActivated") == 0) {
const gchar *keyname;
GVariant *variant = NULL;
guint modifiers = 0;