X-Git-Url: https://git.0d.be/?p=empathy.git;a=blobdiff_plain;f=src%2Fempathy.c;h=fa71d706640e778bc626cbbbbd7b2991778d7f0f;hp=54b06a83f24271c8e14b4d5eb4de2cc52a2654f7;hb=15aa6a83ff96fad9f959762f2b57646f9e735cd1;hpb=8eef204e706a2a4c4b16c935b853ea207b775729 diff --git a/src/empathy.c b/src/empathy.c index 54b06a83..fa71d706 100644 --- a/src/empathy.c +++ b/src/empathy.c @@ -317,6 +317,10 @@ empathy_app_activate (GApplication *app) "h", "win." EMPATHY_PREFS_UI_SHOW_OFFLINE, NULL); + gtk_application_add_accelerator (GTK_APPLICATION (app), + "Page_Up", "win.tab_prev", NULL); + gtk_application_add_accelerator (GTK_APPLICATION (app), + "Page_Down", "win.tab_next", NULL); /* check if Shell is running */ dbus = tp_dbus_daemon_dup (&error); @@ -836,7 +840,7 @@ main (int argc, char *argv[]) add_empathy_features (); app = g_object_new (EMPATHY_TYPE_APP, - "application-id", EMPATHY_BUS_NAME, + "application-id", EMPATHY_CHAT_BUS_NAME, NULL); retval = g_application_run (G_APPLICATION (app), argc, argv);