[evolution-patches] another warning (e-proxy, 43159)



Index: e-util/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/e-util/ChangeLog,v
retrieving revision 1.388
diff -u -r1.388 ChangeLog
--- e-util/ChangeLog	8 May 2003 14:18:45 -0000	1.388
+++ e-util/ChangeLog	16 May 2003 19:11:56 -0000
@@ -1,3 +1,8 @@
+2003-05-16  Dan Winship  <danw ximian com>
+
+	* e-proxy.c (e_proxy_init): Removing trailing / in key name passed
+	to gconf_client_notify_add to kill a warning. (Part of #43159)
+
 2003-05-07  Rodrigo Moya <rodrigo ximian com>
 
 	Fixes crash in #42212
Index: e-util/e-proxy.c
===================================================================
RCS file: /cvs/gnome/evolution/e-util/e-proxy.c,v
retrieving revision 1.2
diff -u -r1.2 e-proxy.c
--- e-util/e-proxy.c	3 Mar 2003 18:03:37 -0000	1.2
+++ e-util/e-proxy.c	16 May 2003 19:11:56 -0000
@@ -89,7 +89,7 @@
 	gconf_client_add_dir (client, "/system/http_proxy",
 			      GCONF_CLIENT_PRELOAD_ONELEVEL, NULL);
 	
-	gconf_client_notify_add (client, "/system/http_proxy/",
+	gconf_client_notify_add (client, "/system/http_proxy",
 				 proxy_setting_changed, NULL, NULL, NULL);
 	
 	set_proxy (client);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]