This part still hasn't been applied.

diff -Nur gtk-gnutella-current/src/settings_gui.c new/src/settings_gui.c
--- gtk-gnutella-current/src/settings_gui.c     Sat May 17 13:21:44 2003
+++ new/src/settings_gui.c      Wed Jun  4 03:36:52 2003
@@ -1273,6 +1273,22 @@
     },
     {
         get_main_window,
+        PROP_SCAN_IGNORE_SYMLINK_DIRS,
+        update_togglebutton,
+        TRUE,
+        "checkbutton_scan_ignore_symlink_dirs",
+        FREQ_UPDATES, 0
+    },
+    {
+        get_main_window,
+        PROP_SCAN_IGNORE_SYMLINK_REGFILES,
+        update_togglebutton,
+        TRUE,
+        "checkbutton_scan_ignore_symlink_regfiles",
+        FREQ_UPDATES, 0
+    },
+    {
+        get_main_window,
         PROP_SAVE_FILE_PATH,
         update_entry,
         TRUE,

Reply via email to