svn commit: samba r4200 - in branches/SAMBA_4_0/source/gtk/tools: .

tpot at samba.org tpot at samba.org
Tue Dec 14 06:23:01 GMT 2004


Author: tpot
Date: 2004-12-14 06:23:01 +0000 (Tue, 14 Dec 2004)
New Revision: 4200

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4200

Log:
Fix some more warnings.

Modified:
   branches/SAMBA_4_0/source/gtk/tools/gregedit.c


Changeset:
Modified: branches/SAMBA_4_0/source/gtk/tools/gregedit.c
===================================================================
--- branches/SAMBA_4_0/source/gtk/tools/gregedit.c	2004-12-14 06:17:33 UTC (rev 4199)
+++ branches/SAMBA_4_0/source/gtk/tools/gregedit.c	2004-12-14 06:23:01 UTC (rev 4200)
@@ -582,7 +582,7 @@
 
 		g_signal_connect ((gpointer) open_nt4, "activate",
 						  G_CALLBACK (on_open_file_activate),
-						  (gconstpointer)"nt4");
+						  (gpointer)"nt4");
 	}
 
 	if(reg_has_backend("w95")) {
@@ -591,7 +591,7 @@
 
 		g_signal_connect ((gpointer) open_w95, "activate",
 						  G_CALLBACK (on_open_file_activate),
-						  (gconstpointer)"w95");
+						  (gpointer)"w95");
 	}
 
 	if(reg_has_backend("gconf")) {
@@ -618,7 +618,7 @@
 
 		g_signal_connect ((gpointer) open_ldb, "activate",
 						  G_CALLBACK (on_open_file_activate),
-						  (gconstpointer)"ldb");
+						  (gpointer)"ldb");
 	}
 
 	save = gtk_image_menu_item_new_from_stock ("gtk-save", accel_group);



More information about the samba-cvs mailing list