[Tomoe-cvs 964] CVS update: libtomoe-gtk/src

Zurück zum Archiv-Index

Hiroyuki Ikezoe ikezo****@users*****
2006年 11月 24日 (金) 11:09:25 JST


Index: libtomoe-gtk/src/tomoe-edit-char.c
diff -u libtomoe-gtk/src/tomoe-edit-char.c:1.9 libtomoe-gtk/src/tomoe-edit-char.c:1.10
--- libtomoe-gtk/src/tomoe-edit-char.c:1.9	Thu Nov 23 20:44:31 2006
+++ libtomoe-gtk/src/tomoe-edit-char.c	Fri Nov 24 11:09:25 2006
@@ -253,7 +253,7 @@
 
     tomoe_char_set_code (priv->character,
                          gtk_entry_get_text (GTK_ENTRY (priv->input)));
-    gtk_dialog_response (GTK_DIALOG (dialog), GTK_RESPONSE_APPLY);
+    gtk_dialog_response (GTK_DIALOG (dialog), GTK_RESPONSE_OK);
 }
 
 static void
Index: libtomoe-gtk/src/tomoe-edit-strokes.c
diff -u libtomoe-gtk/src/tomoe-edit-strokes.c:1.11 libtomoe-gtk/src/tomoe-edit-strokes.c:1.12
--- libtomoe-gtk/src/tomoe-edit-strokes.c:1.11	Thu Nov 23 20:44:31 2006
+++ libtomoe-gtk/src/tomoe-edit-strokes.c	Fri Nov 24 11:09:25 2006
@@ -263,7 +263,7 @@
     writing = tomoe_canvas_get_writing (TOMOE_CANVAS (priv->canvas));
     tomoe_char_set_writing (priv->character, writing);
 
-    gtk_dialog_response (GTK_DIALOG (dialog), GTK_RESPONSE_APPLY);
+    gtk_dialog_response (GTK_DIALOG (dialog), GTK_RESPONSE_OK);
 }
 
 static void


tomoe-cvs メーリングリストの案内
Zurück zum Archiv-Index