Mercurial > pidgin
changeset 31069:b44ee1fe06f5
Small typo fix. Refs #13127.
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Tue, 28 Dec 2010 01:21:35 +0000 |
parents | f48808788b53 |
children | b39b6d0008c5 |
files | pidgin/gtkconv.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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);