[Cxplorer-cvs 01155] CVS update: libcxp/src

Back to archive index

Yasumichi Akahoshi yasum****@users*****
2005年 5月 19日 (木) 08:24:31 JST


Index: libcxp/src/cxp-gconf-pair-editor.c
diff -u libcxp/src/cxp-gconf-pair-editor.c:1.4 libcxp/src/cxp-gconf-pair-editor.c:1.5
--- libcxp/src/cxp-gconf-pair-editor.c:1.4	Thu May 19 08:10:32 2005
+++ libcxp/src/cxp-gconf-pair-editor.c	Thu May 19 08:24:31 2005
@@ -5,7 +5,7 @@
  * A widget of Property dialog
  * @author Yasumichi Akahoshi <yasum****@users*****>
  * @date Sun Apr 3 02:53:00 2005
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
  ****************************************************************************/
 
 #ifdef HAVE_CONFIG_H
@@ -208,6 +208,7 @@
 	close_button = gtk_button_new_from_stock ("gtk-close");
 	gtk_container_add (GTK_CONTAINER (hbutton_box), close_button);
 	gtk_widget_show (close_button);
+	g_signal_connect_swapped (close_button, "clicked", G_CALLBACK(gtk_widget_destroy), self);
 
 	cxp_gconf_pair_editor_get_all_entries (self);
 }


Cxplorer-cvs メーリングリストの案内
Back to archive index