rpm: added giffgaff chatscripts
[barry.git] / opensync-plugin / patches / kitchensync-svn-20070712-enable.patch
blob8bcf3479f9d90fe32431b11a7615440506e10f7f
1 Chris Frey <cdfrey@foursquare.net>
3 This patch enables objtypes, which is useful when running the file-sync
4 plugin from the KitchenSync GUI. Without this patch, syncing
5 against a file-sync for testing tends to end up with an empty
6 file-sync directory.
8 This patch applies to the 2007/07/12 snapshot of the KitchenSync SVN tree.
11 Index: kitchensync/src/syncprocess.cpp
12 ===================================================================
13 --- kitchensync/src/syncprocess.cpp (revision 687137)
14 +++ kitchensync/src/syncprocess.cpp (working copy)
15 @@ -98,6 +98,7 @@
17 * mGroup.setObjectTypeEnabled( objectTypes[ i ], true );
19 + mGroup.setObjectTypeEnabled( objectTypes[ i ], true );
20 } else {
21 kdDebug() << "Disabled object type: " << objectTypes[ i ] << endl;
22 mGroup.setObjectTypeEnabled( objectTypes[ i ], false );