Magellan Linux

Annotation of /trunk/hal/patches/hal-0.5.11-ntfs3g-rethink-extra-options-fix.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 680 - (hide annotations) (download)
Thu Sep 11 11:39:26 2008 UTC (15 years, 9 months ago) by niro
File size: 806 byte(s)
-fixes "TODO: have to rethink extra options" error message in KDE

1 niro 680 diff -Naur hal-0.5.11/tools/hal-storage-mount.c hal-0.5.11-magellan/tools/hal-storage-mount.c
2     --- hal-0.5.11/tools/hal-storage-mount.c 2008-05-08 01:24:23.000000000 +0200
3     +++ hal-0.5.11-magellan/tools/hal-storage-mount.c 2008-09-11 13:44:14.000000000 +0200
4     @@ -763,13 +763,13 @@
5    
6     if (pol_is_fixed) {
7     if (pol_change_uid) {
8     - action = NULL; /* "hal-storage-mount-fixed-extra-options"; TODO: rethink */
9     + action = "hal-storage-mount-fixed-extra-options";
10     } else {
11     action = "org.freedesktop.hal.storage.mount-fixed";
12     }
13     } else {
14     if (pol_change_uid) {
15     - action = NULL; /* "hal-storage-mount-removable-extra-options"; TODO: rethink "extra-options" */
16     + action = "hal-storage-mount-removable-extra-options";
17     } else {
18     action = "org.freedesktop.hal.storage.mount-removable";
19     }