forked from pool/rosegarden
Accepting request 489899 from home:plater
Update to 17.04 OBS-URL: https://build.opensuse.org/request/show/489899 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/rosegarden?expand=0&rev=72
This commit is contained in:
committed by
Git OBS Bridge
parent
bb7371dc8c
commit
2221b05760
@@ -1,10 +1,10 @@
|
||||
Index: src/gui/widgets/FileDialog.cpp
|
||||
===================================================================
|
||||
--- src/gui/widgets/FileDialog.cpp.orig
|
||||
+++ src/gui/widgets/FileDialog.cpp
|
||||
@@ -58,8 +58,8 @@ FileDialog::FileDialog(QWidget *parent,
|
||||
--- src/gui/widgets/FileDialog.cpp.orig 2017-04-19 15:39:16.000000000 +0200
|
||||
+++ src/gui/widgets/FileDialog.cpp 2017-04-21 18:31:36.613889673 +0200
|
||||
@@ -56,8 +56,8 @@ FileDialog::FileDialog(QWidget *parent,
|
||||
#else
|
||||
QString home = QUrl::fromLocalFile(QDesktopServices::storageLocation(QDesktopServices::HomeLocation)).path();
|
||||
QString home = QDesktopServices::storageLocation(QDesktopServices::HomeLocation);
|
||||
#endif
|
||||
- QString examples = home + "/.local/share/rosegarden/examples";
|
||||
- QString templates = home + "/.local/share/rosegarden/templates";
|
||||
@@ -15,9 +15,9 @@ Index: src/gui/widgets/FileDialog.cpp
|
||||
RG_DEBUG << "FileDialog::FileDialog(...)"
|
||||
Index: src/gui/studio/BankEditorDialog.cpp
|
||||
===================================================================
|
||||
--- src/gui/studio/BankEditorDialog.cpp.orig
|
||||
+++ src/gui/studio/BankEditorDialog.cpp
|
||||
@@ -1568,7 +1568,7 @@ BankEditorDialog::slotImport()
|
||||
--- src/gui/studio/BankEditorDialog.cpp.orig 2017-04-19 15:39:14.000000000 +0200
|
||||
+++ src/gui/studio/BankEditorDialog.cpp 2017-04-21 18:31:36.613889673 +0200
|
||||
@@ -1553,7 +1553,7 @@ BankEditorDialog::slotImport()
|
||||
#else
|
||||
QString home = QUrl::fromLocalFile(QDesktopServices::storageLocation(QDesktopServices::HomeLocation)).path();
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user