Mercurial > pidgin
diff src/gtkconv.c @ 13325:d75c24d3ffb0
[gaim-migrate @ 15695]
1)this makes more sense
2)its what we _say_ happens at http://gaim.sourceforge.net/shortcuts.php
1+2 = change it (vrs changing the docs)
committer: Tailor Script <tailor@pidgin.im>
| author | Luke Schierer <lschiere@pidgin.im> |
|---|---|
| date | Fri, 24 Feb 2006 18:47:00 +0000 |
| parents | 3de53fe8345f |
| children | 3955245c82f6 |
line wrap: on
line diff
--- a/src/gtkconv.c Fri Feb 24 04:40:15 2006 +0000 +++ b/src/gtkconv.c Fri Feb 24 18:47:00 2006 +0000 @@ -1880,7 +1880,7 @@ return TRUE; break; - case GDK_Page_Down: + case GDK_Page_Up: case ']': if (!gaim_gtk_conv_window_get_gtkconv_at_index(win, curconv + 1)) gtk_notebook_set_current_page(GTK_NOTEBOOK(win->notebook), 0); @@ -1889,7 +1889,7 @@ return TRUE; break; - case GDK_Page_Up: + case GDK_Page_Down: case '[': if (!gaim_gtk_conv_window_get_gtkconv_at_index(win, curconv - 1)) gtk_notebook_set_current_page(GTK_NOTEBOOK(win->notebook), -1);
