* 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
14 lines
375 B
Diff
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
|
|
}
|
|
|