aboutsummaryrefslogtreecommitdiffstats
path: root/dev-util/mtools/files/mtools-fix-glade-file-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-util/mtools/files/mtools-fix-glade-file-path.patch')
-rw-r--r--dev-util/mtools/files/mtools-fix-glade-file-path.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-util/mtools/files/mtools-fix-glade-file-path.patch b/dev-util/mtools/files/mtools-fix-glade-file-path.patch
deleted file mode 100644
index fe8a00b..0000000
--- a/dev-util/mtools/files/mtools-fix-glade-file-path.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/gtk/Mtools.cpp (revision 24)
-+++ src/gtk/Mtools.cpp (working copy)
-@@ -10,7 +10,7 @@
- #include "gtk/Mtools.h"
- #include "gtk/Application.h"
-
--const std::string Mtools::MTOOLS_UI = "mtools.glade";
-+const std::string Mtools::MTOOLS_UI = "/usr/share/mifare-tools/mtools.glade";
-
- Mtools::Mtools() {
- }