pidgin: 9ad88595: Small typo fix. Refs #13127.

rekkanoryo at pidgin.im rekkanoryo at pidgin.im
Mon Dec 27 20:31:13 EST 2010


----------------------------------------------------------------------
Revision: 9ad88595bfd0e4d54108c600452594860b294c8f
Parent:   0f2181237987a55e6e9b516110ffa2886bb3ccbf
Author:   rekkanoryo at pidgin.im
Date:     12/27/10 20:21:35
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/9ad88595bfd0e4d54108c600452594860b294c8f

Changelog: 

Small typo fix.  Refs #13127.

Changes against parent 0f2181237987a55e6e9b516110ffa2886bb3ccbf

  patched  pidgin/gtkconv.c

-------------- next part --------------
============================================================
--- pidgin/gtkconv.c	89336efbdeb1ed4c8e38988d8aa0c8e481d846a8
+++ pidgin/gtkconv.c	63452f3d6c7d9fb9579c7cb6c4236572df78b472
@@ -1929,7 +1929,7 @@ conv_keypress_common(PidginConversation 
 				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);


More information about the Commits mailing list