[Kazehakase-cvs] CVS update: kazehakase/src/actions

Back to archive index

Hiroyuki Ikezoe ikezo****@users*****
Wed Mar 14 11:03:07 JST 2007


Index: kazehakase/src/actions/kz-history-action.c
diff -u kazehakase/src/actions/kz-history-action.c:1.27 kazehakase/src/actions/kz-history-action.c:1.28
--- kazehakase/src/actions/kz-history-action.c:1.27	Sun Dec 31 22:19:38 2006
+++ kazehakase/src/actions/kz-history-action.c	Wed Mar 14 11:03:06 2007
@@ -372,7 +372,6 @@
 {
 	GtkWidget *widget, *combo;
 
-#warning FIXME! implement as our original widget and force blink cursor.
 	widget = gtk_menu_item_new();
 	combo = gtk_combo_box_entry_new_with_model(
 				GTK_TREE_MODEL(KZ_HISTORY_ACTION(action)->list_store),
@@ -494,7 +493,7 @@
 	klass = KZ_HISTORY_ACTION_GET_CLASS(action);
 
 	if (klass->set_history)
-		return klass->set_history(action, list);
+		klass->set_history(action, list);
 }
 
 


More information about the Kazehakase-cvs mailing list
Back to archive index