diff console/libgnt/gntentry.c @ 15776:b5c4de70577d

Display selected double-width cell chars properly and select the correct number of bytes when these characters are on a selection line. fix a typo
author Richard Nelson <wabz@pidgin.im>
date Tue, 06 Mar 2007 03:01:59 +0000
parents 0eb7846f9e7e
children 909e59dae123
line wrap: on
line diff
--- a/console/libgnt/gntentry.c	Tue Mar 06 00:06:58 2007 +0000
+++ b/console/libgnt/gntentry.c	Tue Mar 06 03:01:59 2007 +0000
@@ -693,7 +693,7 @@
 				GNT_KEY_CTRL_DOWN, NULL);
 	gnt_bindable_class_register_action(bindable, "history-next", history_next,
 				GNT_KEY_CTRL_UP, NULL);
-	gnt_bindable_class_register_action(bindable, "clipboard-past", clipboard_paste,
+	gnt_bindable_class_register_action(bindable, "clipboard-paste", clipboard_paste,
 				GNT_KEY_CTRL_V, NULL);
 
 	gnt_style_read_actions(G_OBJECT_CLASS_TYPE(klass), GNT_BINDABLE_CLASS(klass));