# HG changeset patch # User John Bailey # Date 1293499295 0 # Node ID b44ee1fe06f50e5aab0013b5f6ec84ea75b3b807 # Parent f48808788b53a135396f6dba94b31b351c1dea7b Small typo fix. Refs #13127. diff -r f48808788b53 -r b44ee1fe06f5 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);