PKGBUILDs/community/gnome-system-tools/network.patch

13 lines
502 B
Diff
Raw Normal View History

2009-10-10 02:15:33 +00:00
--- network-locations.c~ 2008-06-10 15:01:56.000000000 +0200
+++ network-locations.c 2008-06-10 15:02:01.000000000 +0200
@@ -1116,7 +1116,7 @@
g_return_val_if_fail (name && *name, FALSE);
/* Unset the previous configuration with the same name, if any */
- gst_network_locations_delete_location (locations, filename);
+ gst_network_locations_delete_location (locations, name);
filename = g_filename_from_utf8 (name, -1, NULL, NULL, NULL);
str = replace_string (filename, "/", SLASH);