Files
seadrive-gui/fix-return-value.patch
Paolo Stivanin b7096177f4 - Update to 3.0.13:
* https://github.com/haiwen/seadrive-gui/compare/v3.0.13...v3.0.16
- Add issue446.patch: Support show number of pending files
- Add issue477.patch: Add handle uncache path

OBS-URL: https://build.opensuse.org/package/show/Cloud:Seafile/seadrive-gui?expand=0&rev=43
2025-10-20 07:24:03 +00:00

14 lines
375 B
Diff

Index: seadrive-gui-3.0.16/src/ui/sync-errors-dialog.cpp
===================================================================
--- seadrive-gui-3.0.16.orig/src/ui/sync-errors-dialog.cpp
+++ seadrive-gui-3.0.16/src/ui/sync-errors-dialog.cpp
@@ -249,6 +249,8 @@ QString SyncErrorsTableView::findLocalPa
}
return local_path;
+#else
+ return QString();
#endif
}