diff -r 4a50b745205c -r ef8f6afd85f4 pidgin/gtkconv.c --- a/pidgin/gtkconv.c Tue Dec 28 01:17:25 2010 +0000 +++ b/pidgin/gtkconv.c Tue Dec 28 01:21:35 2010 +0000 @@ -1929,7 +1929,7 @@ break; case GDK_Page_Up: - case GDK_KP_Page_Up; + case GDK_KP_Page_Up: case '[': if (!pidgin_conv_window_get_gtkconv_at_index(win, curconv - 1)) gtk_notebook_set_current_page(GTK_NOTEBOOK(win->notebook), -1);